Html Css Color HEX #EA29A8 Persian Rose

📋 copy color: '#EA29A8'

red 234 ◦ green 41 ◦ blue 168

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

Shades of Persian Rose #EA29A8

Tints of Persian Rose #EA29A8

RGB

 RED value IS 234 (91.8% from 255) = 52.82%

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

 BLUE value IS 168 (66.02% from 255) = 37.92%

R = 52.82%
G = 9.26%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA29A8 (or 0xEA29A8) is known color: Persian Rose. HEX triplet: EA, 29 and A8. RGB value is (234,41,168). Sum of RGB (Red+Green+Blue) = 234+41+168=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA29A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA29A8 is #15D657. Grayscale: #707070. Windows color (decimal): -1431128 or 11020778. OLE color: 11020778.

HSL color Cylindrical-coordinate representation of color #EA29A8: hue angle of 320.52º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA29A8 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 41 168 -
CMYK 0 0.82 0.28 0.08
HSL 320.52º 0.82% 0.54% -
HSV(B) 320.52º 0.82% 0.92% -
XYZ 41.79 21.91 39.07 -
YUV 113.19 158.94 214.17 -
System Red Green Blue C M Y K H S L
Decimal 234 41 168 0 0.82 0.28 0.08 320.52 0.82 0.54
Hex EA 29 A8 0 52 1C 8 141 52 36
Octal 352 51 250 0 122 34 10 501 122 66
Binary 11101010 101001 10101000 0 1010010 11100 1000 101000001 1010010 110110

Color Harmonies of #EA29A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA29A8

Black with #EA29A8

Text Example


Text Example

White with #EA29A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA29A8; }

 p { color: rgb(234,41,168); }

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

background-color css

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

 a { background-color: rgb(234,41,168); }

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

border-color css

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

 span { border-color: rgb(234,41,168); }

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