#EC29AA

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

Shades of Persian Rose #EC29AA

Tints of Persian Rose #EC29AA

Color information

#EC29AA (or 0xEC29AA) is unknown color: approx Persian Rose. HEX triplet: EC, 29 and AA. RGB value is (236,41,170). Sum of RGB (Red+Green+Blue) = 236+41+170=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC29AA is #13D655. Grayscale: #717171. Windows color (decimal): -1300054 or 11151852. OLE color: 11151852.

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

Color convert

RGB23641170-
CMYK00.830.280.07
HSL320.31º83.69%54.31%-
HSV(B)320.31º82.63%92.55%-
XYZ42.6422.3240.09-
YUV114.01159.6215.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.80%
GREEN value IS 41 (16.41% from 255) = 9.17%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=52.80%
G=9.17%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364117000.830.280.07320.3183.6954.31
HexEC29AA0531C71405436
Octal35451252012334750012466
Binary111011001010011010101001010011111001111010000001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC29AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC29AA; }

 p { color: rgb(236,41,170); }

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

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

 a { background-color: rgb(236,41,170); }

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

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

 span { border-color: rgb(236,41,170); }

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