#EC39DC

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

Shades of Razzle Dazzle Rose #EC39DC

Tints of Razzle Dazzle Rose #EC39DC

Color information

#EC39DC (or 0xEC39DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 39 and DC. RGB value is (236,57,220). Sum of RGB (Red+Green+Blue) = 236+57+220=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 57 (22.66% from 255 or 11.11% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC39DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC39DC is #13C623. Grayscale: #808080. Windows color (decimal): -1295908 or 14432748. OLE color: 14432748.

HSL color Cylindrical-coordinate representation of color #EC39DC: hue angle of 305.36º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC39DC is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB23657220-
CMYK00.760.070.07
HSL305.36º82.49%57.45%-
HSV(B)305.36º75.85%92.55%-
XYZ48.9725.9370.13-
YUV129.1179.3204.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 57 (22.66% from 255) = 11.11%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=46.00%
G=11.11%
B=42.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365722000.760.070.07305.3682.4957.45
HexEC39DC04C771315239
Octal3547133401147746112271
Binary1110110011100111011100010011001111111001100011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC39DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC39DC; }

 p { color: rgb(236,57,220); }

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

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

 a { background-color: rgb(236,57,220); }

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

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

 span { border-color: rgb(236,57,220); }

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