#EC42D2

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

Shades of Razzle Dazzle Rose #EC42D2

Tints of Razzle Dazzle Rose #EC42D2

Color information

#EC42D2 (or 0xEC42D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 42 and D2. RGB value is (236,66,210). Sum of RGB (Red+Green+Blue) = 236+66+210=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42D2 is #13BD2D. Grayscale: #848484. Windows color (decimal): -1293614 or 13779692. OLE color: 13779692.

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

Color convert

RGB23666210-
CMYK00.720.110.07
HSL309.18º81.73%59.22%-
HSV(B)309.18º72.03%92.55%-
XYZ48.1726.3863.53-
YUV133.25171.32201.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.09%
GREEN value IS 66 (26.17% from 255) = 12.89%
BLUE value IS 210 (82.42% from 255) = 41.02%
R=46.09%
G=12.89%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366621000.720.110.07309.1881.7359.22
HexEC42D2048B7135523b
Octal354102322011013746512273
Binary111011001000010110100100100100010111111001101011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC42D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC42D2; }

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

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

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

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

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

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

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

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