#EC42D0

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

Shades of Razzle Dazzle Rose #EC42D0

Tints of Razzle Dazzle Rose #EC42D0

Color information

#EC42D0 (or 0xEC42D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 42 and D0. RGB value is (236,66,208). Sum of RGB (Red+Green+Blue) = 236+66+208=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42D0 is #13BD2F. Grayscale: #848484. Windows color (decimal): -1293616 or 13648620. OLE color: 13648620.

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

Color convert

RGB23666208-
CMYK00.720.120.07
HSL309.88º81.73%59.22%-
HSV(B)309.88º72.03%92.55%-
XYZ47.9326.2862.22-
YUV133.02170.32201.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 66 (26.17% from 255) = 12.94%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=46.27%
G=12.94%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366620800.720.120.07309.8881.7359.22
HexEC42D0048C7136523b
Octal354102320011014746612273
Binary111011001000010110100000100100011001111001101101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC42D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC42D0; }

 p { color: rgb(236,66,208); }

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

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

 a { background-color: rgb(236,66,208); }

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

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

 span { border-color: rgb(236,66,208); }

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