#EC21A2

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

Shades of Persian Rose #EC21A2

Tints of Persian Rose #EC21A2

Color information

#EC21A2 (or 0xEC21A2) is unknown color: approx Persian Rose. HEX triplet: EC, 21 and A2. RGB value is (236,33,162). Sum of RGB (Red+Green+Blue) = 236+33+162=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC21A2 is #13DE5D. Grayscale: #6C6C6C. Windows color (decimal): -1302110 or 10625516. OLE color: 10625516.

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

Color convert

RGB23633162-
CMYK00.860.310.07
HSL321.87º84.23%52.75%-
HSV(B)321.87º86.02%92.55%-
XYZ41.6621.5336.14-
YUV108.4158.25219.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.76%
GREEN value IS 33 (13.28% from 255) = 7.66%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=54.76%
G=7.66%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363316200.860.310.07321.8784.2352.75
HexEC21A20561F71425435
Octal35441242012637750212465
Binary111011001000011010001001010110111111111010000101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC21A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC21A2; }

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

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

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

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

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

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

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

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