#EC1DA2

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

Shades of Persian Rose #EC1DA2

Tints of Persian Rose #EC1DA2

Color information

#EC1DA2 (or 0xEC1DA2) is unknown color: approx Persian Rose. HEX triplet: EC, 1D and A2. RGB value is (236,29,162). Sum of RGB (Red+Green+Blue) = 236+29+162=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1DA2 is #13E25D. Grayscale: #696969. Windows color (decimal): -1303134 or 10624492. OLE color: 10624492.

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

Color convert

RGB23629162-
CMYK00.880.310.07
HSL321.45º84.49%51.96%-
HSV(B)321.45º87.71%92.55%-
XYZ41.5521.3236.11-
YUV106.06159.58220.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.27%
GREEN value IS 29 (11.72% from 255) = 6.79%
BLUE value IS 162 (63.67% from 255) = 37.94%
R=55.27%
G=6.79%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362916200.880.310.07321.4584.4951.96
HexEC1DA20581F71415434
Octal35435242013037750112464
Binary11101100111011010001001011000111111111010000011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1DA2; }

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

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

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

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

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

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

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

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