Html Css Color HEX #EA2BA8 Persian Rose

📋 copy color: '#EA2BA8'

red 234 ◦ green 43 ◦ blue 168

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

Shades of Persian Rose #EA2BA8

Tints of Persian Rose #EA2BA8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.66%

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

R = 52.58%
G = 9.66%
B = 37.75%

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

#EA2BA8 (or 0xEA2BA8) is known color: Persian Rose. HEX triplet: EA, 2B and A8. RGB value is (234,43,168). Sum of RGB (Red+Green+Blue) = 234+43+168=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2BA8 is #15D457. Grayscale: #727272. Windows color (decimal): -1430616 or 11021290. OLE color: 11021290.

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

Color convert

RGB 234 43 168 -
CMYK 0 0.82 0.28 0.08
HSL 320.73º 0.82% 0.54% -
HSV(B) 320.73º 0.82% 0.92% -
XYZ 41.86 22.05 39.09 -
YUV 114.36 158.28 213.34 -
System Red Green Blue C M Y K H S L
Decimal 234 43 168 0 0.82 0.28 0.08 320.73 0.82 0.54
Hex EA 2B A8 0 52 1C 8 141 52 36
Octal 352 53 250 0 122 34 10 501 122 66
Binary 11101010 101011 10101000 0 1010010 11100 1000 101000001 1010010 110110

Color Harmonies of #EA2BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2BA8

Black with #EA2BA8

Text Example


Text Example

White with #EA2BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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