#EF4B96

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

Shades of French Rose #EF4B96

Tints of French Rose #EF4B96

Color information

#EF4B96 (or 0xEF4B96) is unknown color: approx French Rose. HEX triplet: EF, 4B and 96. RGB value is (239,75,150). Sum of RGB (Red+Green+Blue) = 239+75+150=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4B96 is #10B469. Grayscale: #848484. Windows color (decimal): -1094762 or 9849839. OLE color: 9849839.

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

Color convert

RGB23975150-
CMYK00.690.370.06
HSL332.56º83.67%61.57%-
HSV(B)332.56º68.62%93.73%-
XYZ43.6225.5831.49-
YUV132.59137.83203.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.51%
GREEN value IS 75 (29.69% from 255) = 16.16%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=51.51%
G=16.16%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397515000.690.370.06332.5683.6761.57
HexEF4B9604525614d543e
Octal357113226010545651512476
Binary11101111100101110010110010001011001011101010011011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4B96; }

 p { color: rgb(239,75,150); }

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

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

 a { background-color: rgb(239,75,150); }

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

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

 span { border-color: rgb(239,75,150); }

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