#EC22D2

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

Shades of Razzle Dazzle Rose #EC22D2

Tints of Razzle Dazzle Rose #EC22D2

Color information

#EC22D2 (or 0xEC22D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 22 and D2. RGB value is (236,34,210). Sum of RGB (Red+Green+Blue) = 236+34+210=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 34 (13.67% from 255 or 7.08% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC22D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC22D2 is #13DD2D. Grayscale: #717171. Windows color (decimal): -1301806 or 13771500. OLE color: 13771500.

HSL color Cylindrical-coordinate representation of color #EC22D2: hue angle of 307.72º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC22D2 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB23634210-
CMYK00.860.110.07
HSL307.72º84.17%52.94%-
HSV(B)307.72º85.59%92.55%-
XYZ46.823.6363.07-
YUV114.46181.92214.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.17%
GREEN value IS 34 (13.67% from 255) = 7.08%
BLUE value IS 210 (82.42% from 255) = 43.75%
R=49.17%
G=7.08%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363421000.860.110.07307.7284.1752.94
HexEC22D2056B71345435
Octal35442322012613746412465
Binary11101100100010110100100101011010111111001101001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC22D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC22D2; }

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

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

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

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

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

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

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

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