#EF4C88

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

Shades of French Rose #EF4C88

Tints of French Rose #EF4C88

Color information

#EF4C88 (or 0xEF4C88) is unknown color: approx French Rose. HEX triplet: EF, 4C and 88. RGB value is (239,76,136). Sum of RGB (Red+Green+Blue) = 239+76+136=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4C88 is #10B377. Grayscale: #838383. Windows color (decimal): -1094520 or 8932591. OLE color: 8932591.

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

Color convert

RGB23976136-
CMYK00.680.430.06
HSL337.91º83.59%61.76%-
HSV(B)337.91º68.2%93.73%-
XYZ42.6225.325.93-
YUV131.58130.5204.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.99%
GREEN value IS 76 (30.08% from 255) = 16.85%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=52.99%
G=16.85%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397613600.680.430.06337.9183.5961.76
HexEF4C880442B6152543e
Octal357114210010453652212476
Binary11101111100110010001000010001001010111101010100101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4C88; }

 p { color: rgb(239,76,136); }

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

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

 a { background-color: rgb(239,76,136); }

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

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

 span { border-color: rgb(239,76,136); }

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