Html Css Color HEX #EA2BA7 Persian Rose

📋 copy color: '#EA2BA7'

red 234 ◦ green 43 ◦ blue 167

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

Shades of Persian Rose #EA2BA7

Tints of Persian Rose #EA2BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.61%

R = 52.7%
G = 9.68%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA2BA7 (or 0xEA2BA7) is known color: Persian Rose. HEX triplet: EA, 2B and A7. RGB value is (234,43,167). Sum of RGB (Red+Green+Blue) = 234+43+167=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2BA7 is #15D458. Grayscale: #717171. Windows color (decimal): -1430617 or 10955754. OLE color: 10955754.

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

Color convert

RGB 234 43 167 -
CMYK 0 0.82 0.29 0.08
HSL 321.05º 0.82% 0.54% -
HSV(B) 321.05º 0.82% 0.92% -
XYZ 41.77 22.01 38.61 -
YUV 114.25 157.78 213.42 -
System Red Green Blue C M Y K H S L
Decimal 234 43 167 0 0.82 0.29 0.08 321.05 0.82 0.54
Hex EA 2B A7 0 52 1D 8 141 52 36
Octal 352 53 247 0 122 35 10 501 122 66
Binary 11101010 101011 10100111 0 1010010 11101 1000 101000001 1010010 110110

Color Harmonies of #EA2BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2BA7

Black with #EA2BA7

Text Example


Text Example

White with #EA2BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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