#EC21D0

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

Shades of Razzle Dazzle Rose #EC21D0

Tints of Razzle Dazzle Rose #EC21D0

Color information

#EC21D0 (or 0xEC21D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 21 and D0. RGB value is (236,33,208). Sum of RGB (Red+Green+Blue) = 236+33+208=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21D0 is #13DE2F. Grayscale: #717171. Windows color (decimal): -1302064 or 13640172. OLE color: 13640172.

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

Color convert

RGB23633208-
CMYK00.860.120.07
HSL308.28º84.23%52.75%-
HSV(B)308.28º86.02%92.55%-
XYZ46.5223.4761.75-
YUV113.65181.25215.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 33 (13.28% from 255) = 6.92%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=49.48%
G=6.92%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363320800.860.120.07308.2884.2352.75
HexEC21D0056C71345435
Octal35441320012614746412465
Binary11101100100001110100000101011011001111001101001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC21D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC21D0; }

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

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

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

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

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

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

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

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