Html Css Color HEX #EC29AA Persian Rose

📋 copy color: '#EC29AA'

red 236 ◦ green 41 ◦ blue 170

#EC29AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #EC29AA

Tints of Persian Rose #EC29AA

RGB

 RED value IS 236 (92.58% from 255) = 52.8%

 GREEN value IS 41 (16.41% from 255) = 9.17%

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 52.8%
G = 9.17%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC29AA (or 0xEC29AA) is known color: 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

RGB 236 41 170 -
CMYK 0 0.83 0.28 0.07
HSL 320.31º 0.84% 0.54% -
HSV(B) 320.31º 0.83% 0.93% -
XYZ 42.64 22.32 40.09 -
YUV 114.01 159.6 215.01 -
System Red Green Blue C M Y K H S L
Decimal 236 41 170 0 0.83 0.28 0.07 320.31 0.84 0.54
Hex EC 29 AA 0 53 1C 7 140 54 36
Octal 354 51 252 0 123 34 7 500 124 66
Binary 11101100 101001 10101010 0 1010011 11100 111 101000000 1010100 110110

Color Harmonies of #EC29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29AA

Black with #EC29AA

Text Example


Text Example

White with #EC29AA

Text Example


Text Example

HTML Codes & Css Web 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>