#EF39D7

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

Shades of Razzle Dazzle Rose #EF39D7

Tints of Razzle Dazzle Rose #EF39D7

Color information

#EF39D7 (or 0xEF39D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 39 and D7. RGB value is (239,57,215). Sum of RGB (Red+Green+Blue) = 239+57+215=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 57 (22.66% from 255 or 11.15% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF39D7 is #10C628. Grayscale: #808080. Windows color (decimal): -1099305 or 14105071. OLE color: 14105071.

HSL color Cylindrical-coordinate representation of color #EF39D7: hue angle of 307.91º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF39D7 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB23957215-
CMYK00.760.100.06
HSL307.91º85.05%58.04%-
HSV(B)307.91º76.15%93.73%-
XYZ49.3326.1866.74-
YUV129.43176.3206.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 57 (22.66% from 255) = 11.15%
BLUE value IS 215 (84.38% from 255) = 42.07%
R=46.77%
G=11.15%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395721500.760.100.06307.9185.0558.04
HexEF39D704CA6134553a
Octal35771327011412646412572
Binary11101111111001110101110100110010101101001101001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF39D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF39D7; }

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

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

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

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

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

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

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

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