#ef4e92

Color #EF4E92 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #EF4E92

Tints of French Rose #EF4E92

Color information

#EF4E92 (or 0xEF4E92) is unknown color: approx French Rose. HEX triplet: EF, 4E and 92. RGB value is (239,78,146). Sum of RGB (Red+Green+Blue) = 239+78+146=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4E92 is #10B16D. Grayscale: #858585. Windows color (decimal): -1093998 or 9588463. OLE color: 9588463.

HSL color Cylindrical-coordinate representation of color #EF4E92: hue angle of 334.66º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4E92 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB23978146-
CMYK00.670.390.06
HSL334.66º83.42%62.16%-
HSV(B)334.66º67.36%93.73%-
XYZ43.5125.8729.9-
YUV133.89134.84202.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 51.62%
GREEN value IS 78 (30.86% from 255) = 16.85%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=51.62%
G=16.85%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397814600.670.390.06334.6683.4262.16
HexEF4E9204327614f533e
Octal357116222010347651712376
Binary11101111100111010010010010000111001111101010011111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef4e92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef4e92; }

 p { color: rgb(239,78,146); }

 H1.HeaderClassName
 {
   color: #ef4e92;
 }
 .AnyTagClassName
 {
   color: #ef4e92;
 }
</style>
background-color css

<style>
 a { background-color: #ef4e92; }

 a { background-color: rgb(239,78,146); }

 div.DivClassName
 {
   background-color: #ef4e92;
 }
 .BgClassName
 {
   background-color: #ef4e92;
 }
</style>
border-color css

<style>
 span { border-color: #ef4e92; }

 span { border-color: rgb(239,78,146); }

 td.TdClassName
 {
   border-color: #ef4e92;
 }
 .TagClassName
 {
   border-color: #ef4e92;
 }
</style>