#EF2CD9

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

Shades of Razzle Dazzle Rose #EF2CD9

Tints of Razzle Dazzle Rose #EF2CD9

Color information

#EF2CD9 (or 0xEF2CD9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2C and D9. RGB value is (239,44,217). Sum of RGB (Red+Green+Blue) = 239+44+217=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CD9 is #10D326. Grayscale: #797979. Windows color (decimal): -1102631 or 14232815. OLE color: 14232815.

HSL color Cylindrical-coordinate representation of color #EF2CD9: hue angle of 306.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2CD9 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB23944217-
CMYK00.820.090.06
HSL306.77º85.9%55.49%-
HSV(B)306.77º81.59%93.73%-
XYZ49.0225.1667.92-
YUV122.03181.6211.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 44 (17.58% from 255) = 8.8%
BLUE value IS 217 (85.16% from 255) = 43.4%
R=47.8%
G=8.8%
B=43.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394421700.820.090.06306.7785.955.49
HexEF2CD9052961335637
Octal35754331012211646312667
Binary11101111101100110110010101001010011101001100111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2CD9; }

 p { color: rgb(239,44,217); }

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

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

 a { background-color: rgb(239,44,217); }

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

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

 span { border-color: rgb(239,44,217); }

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