Html Css Color HEX #EC29A6 Persian Rose

📋 copy color: '#EC29A6'

red 236 ◦ green 41 ◦ blue 166

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

Shades of Persian Rose #EC29A6

Tints of Persian Rose #EC29A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.47%

R = 53.27%
G = 9.26%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC29A6 (or 0xEC29A6) is known color: Persian Rose. HEX triplet: EC, 29 and A6. RGB value is (236,41,166). Sum of RGB (Red+Green+Blue) = 236+41+166=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC29A6 is #13D659. Grayscale: #717171. Windows color (decimal): -1300058 or 10889708. OLE color: 10889708.

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

Color convert

RGB 236 41 166 -
CMYK 0 0.83 0.30 0.07
HSL 321.54º 0.84% 0.54% -
HSV(B) 321.54º 0.83% 0.93% -
XYZ 42.27 22.17 38.13 -
YUV 113.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 236 41 166 0 0.83 0.30 0.07 321.54 0.84 0.54
Hex EC 29 A6 0 53 1E 7 142 54 36
Octal 354 51 246 0 123 36 7 502 124 66
Binary 11101100 101001 10100110 0 1010011 11110 111 101000010 1010100 110110

Color Harmonies of #EC29A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29A6

Black with #EC29A6

Text Example


Text Example

White with #EC29A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29A6; }

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

 H1.HeaderClassName
 {
   color: #EC29A6;
 }
 .AnyTagClassName
 {
   color: #EC29A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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