#EF4680

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

Shades of French Rose #EF4680

Tints of French Rose #EF4680

Color information

#EF4680 (or 0xEF4680) is unknown color: approx French Rose. HEX triplet: EF, 46 and 80. RGB value is (239,70,128). Sum of RGB (Red+Green+Blue) = 239+70+128=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4680 is #10B97F. Grayscale: #7F7F7F. Windows color (decimal): -1096064 or 8406767. OLE color: 8406767.

HSL color Cylindrical-coordinate representation of color #EF4680: hue angle of 339.41º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4680 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB23970128-
CMYK00.710.460.06
HSL339.41º84.08%60.59%-
HSV(B)339.41º70.71%93.73%-
XYZ41.6824.2922.91-
YUV127.14128.49207.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.69%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=54.69%
G=16.02%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397012800.710.460.06339.4184.0860.59
HexEF46800472E6153543d
Octal357106200010756652312475
Binary11101111100011010000000010001111011101101010100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4680; }

 p { color: rgb(239,70,128); }

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

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

 a { background-color: rgb(239,70,128); }

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

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

 span { border-color: rgb(239,70,128); }

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