Html Css Color HEX #EA29A1 Persian Rose

📋 copy color: '#EA29A1'

red 234 ◦ green 41 ◦ blue 161

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

Shades of Persian Rose #EA29A1

Tints of Persian Rose #EA29A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.93%

R = 53.67%
G = 9.4%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA29A1 (or 0xEA29A1) is known color: Persian Rose. HEX triplet: EA, 29 and A1. RGB value is (234,41,161). Sum of RGB (Red+Green+Blue) = 234+41+161=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA29A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA29A1 is #15D65E. Grayscale: #707070. Windows color (decimal): -1431135 or 10562026. OLE color: 10562026.

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

Color convert

RGB 234 41 161 -
CMYK 0 0.82 0.31 0.08
HSL 322.69º 0.82% 0.54% -
HSV(B) 322.69º 0.82% 0.92% -
XYZ 41.16 21.65 35.73 -
YUV 112.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 234 41 161 0 0.82 0.31 0.08 322.69 0.82 0.54
Hex EA 29 A1 0 52 1F 8 143 52 36
Octal 352 51 241 0 122 37 10 503 122 66
Binary 11101010 101001 10100001 0 1010010 11111 1000 101000011 1010010 110110

Color Harmonies of #EA29A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA29A1

Black with #EA29A1

Text Example


Text Example

White with #EA29A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA29A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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