#ef2cd7

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

Shades of Razzle Dazzle Rose #EF2CD7

Tints of Razzle Dazzle Rose #EF2CD7

Color information

#EF2CD7 (or 0xEF2CD7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2C and D7. RGB value is (239,44,215). Sum of RGB (Red+Green+Blue) = 239+44+215=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2CD7 is #10D328. Grayscale: #797979. Windows color (decimal): -1102633 or 14101743. OLE color: 14101743.

HSL color Cylindrical-coordinate representation of color #EF2CD7: hue angle of 307.38º 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 #EF2CD7 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB23944215-
CMYK00.820.100.06
HSL307.38º85.9%55.49%-
HSV(B)307.38º81.59%93.73%-
XYZ48.7625.0666.56-
YUV121.8180.6211.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 44 (17.58% from 255) = 8.84%
BLUE value IS 215 (84.38% from 255) = 43.17%
R=47.99%
G=8.84%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394421500.820.100.06307.3885.955.49
HexEF2CD7052A61335637
Octal35754327012212646312667
Binary11101111101100110101110101001010101101001100111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2cd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2cd7; }

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

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

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

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

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

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

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

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