#EF39D6

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

Shades of Razzle Dazzle Rose #EF39D6

Tints of Razzle Dazzle Rose #EF39D6

Color information

#EF39D6 (or 0xEF39D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 39 and D6. RGB value is (239,57,214). Sum of RGB (Red+Green+Blue) = 239+57+214=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 57 (22.66% from 255 or 11.18% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF39D6 is #10C629. Grayscale: #808080. Windows color (decimal): -1099306 or 14039535. OLE color: 14039535.

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

Color convert

RGB23957214-
CMYK00.760.100.06
HSL308.24º85.05%58.04%-
HSV(B)308.24º76.15%93.73%-
XYZ49.226.1366.07-
YUV129.32175.8206.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 57 (22.66% from 255) = 11.18%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=46.86%
G=11.18%
B=41.96%

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
Decimal2395721400.760.100.06308.2485.0558.04
HexEF39D604CA6134553a
Octal35771326011412646412572
Binary11101111111001110101100100110010101101001101001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF39D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF39D6; }

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

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

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

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

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

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

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

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