Html Css Color HEX #EA29A0 Persian Rose

📋 copy color: '#EA29A0'

red 234 ◦ green 41 ◦ blue 160

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

Shades of Persian Rose #EA29A0

Tints of Persian Rose #EA29A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 53.79%
G = 9.43%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA29A0 (or 0xEA29A0) is known color: Persian Rose. HEX triplet: EA, 29 and A0. RGB value is (234,41,160). Sum of RGB (Red+Green+Blue) = 234+41+160=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA29A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA29A0 is #15D65F. Grayscale: #6F6F6F. Windows color (decimal): -1431136 or 10496490. OLE color: 10496490.

HSL color Cylindrical-coordinate representation of color #EA29A0: hue angle of 323.01º 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 #EA29A0 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 41 160 -
CMYK 0 0.82 0.32 0.08
HSL 323.01º 0.82% 0.54% -
HSV(B) 323.01º 0.82% 0.92% -
XYZ 41.07 21.62 35.27 -
YUV 112.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 234 41 160 0 0.82 0.32 0.08 323.01 0.82 0.54
Hex EA 29 A0 0 52 20 8 143 52 36
Octal 352 51 240 0 122 40 10 503 122 66
Binary 11101010 101001 10100000 0 1010010 100000 1000 101000011 1010010 110110

Color Harmonies of #EA29A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA29A0

Black with #EA29A0

Text Example


Text Example

White with #EA29A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA29A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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