#EC21CE

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

Shades of Razzle Dazzle Rose #EC21CE

Tints of Razzle Dazzle Rose #EC21CE

Color information

#EC21CE (or 0xEC21CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 21 and CE. RGB value is (236,33,206). Sum of RGB (Red+Green+Blue) = 236+33+206=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21CE is #13DE31. Grayscale: #707070. Windows color (decimal): -1302066 or 13509100. OLE color: 13509100.

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

Color convert

RGB23633206-
CMYK00.860.130.07
HSL308.87º84.23%52.75%-
HSV(B)308.87º86.02%92.55%-
XYZ46.2823.3860.47-
YUV113.42180.25215.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 33 (13.28% from 255) = 6.95%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=49.68%
G=6.95%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363320600.860.130.07308.8784.2352.75
HexEC21CE056D71355435
Octal35441316012615746512465
Binary11101100100001110011100101011011011111001101011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC21CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC21CE; }

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

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

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

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

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

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

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

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