Html Css Color HEX #EA2BA0 Persian Rose

📋 copy color: '#EA2BA0'

red 234 ◦ green 43 ◦ blue 160

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

Shades of Persian Rose #EA2BA0

Tints of Persian Rose #EA2BA0

RGB

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

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

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

R = 53.55%
G = 9.84%
B = 36.61%

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

#EA2BA0 (or 0xEA2BA0) is known color: Persian Rose. HEX triplet: EA, 2B and A0. RGB value is (234,43,160). Sum of RGB (Red+Green+Blue) = 234+43+160=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2BA0 is #15D45F. Grayscale: #717171. Windows color (decimal): -1430624 or 10497002. OLE color: 10497002.

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

Color convert

RGB 234 43 160 -
CMYK 0 0.82 0.32 0.08
HSL 323.25º 0.82% 0.54% -
HSV(B) 323.25º 0.82% 0.92% -
XYZ 41.14 21.76 35.29 -
YUV 113.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 234 43 160 0 0.82 0.32 0.08 323.25 0.82 0.54
Hex EA 2B A0 0 52 20 8 143 52 36
Octal 352 53 240 0 122 40 10 503 122 66
Binary 11101010 101011 10100000 0 1010010 100000 1000 101000011 1010010 110110

Color Harmonies of #EA2BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2BA0

Black with #EA2BA0

Text Example


Text Example

White with #EA2BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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