#EF39D4

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

Shades of Razzle Dazzle Rose #EF39D4

Tints of Razzle Dazzle Rose #EF39D4

Color information

#EF39D4 (or 0xEF39D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 39 and D4. RGB value is (239,57,212). Sum of RGB (Red+Green+Blue) = 239+57+212=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 57 (22.66% from 255 or 11.22% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF39D4 is #10C62B. Grayscale: #808080. Windows color (decimal): -1099308 or 13908463. OLE color: 13908463.

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

Color convert

RGB23957212-
CMYK00.760.110.06
HSL308.9º85.05%58.04%-
HSV(B)308.9º76.15%93.73%-
XYZ48.9426.0364.73-
YUV129.09174.8206.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.05%
GREEN value IS 57 (22.66% from 255) = 11.22%
BLUE value IS 212 (83.20% from 255) = 41.73%
R=47.05%
G=11.22%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395721200.760.110.06308.985.0558.04
HexEF39D404CB6135553a
Octal35771324011413646512572
Binary11101111111001110101000100110010111101001101011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF39D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF39D4; }

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

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

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

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

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

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

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

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