Html Css Color HEX #EA3BA8 Persian Rose

📋 copy color: '#EA3BA8'

red 234 ◦ green 59 ◦ blue 168

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

Shades of Persian Rose #EA3BA8

Tints of Persian Rose #EA3BA8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.8%

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

R = 50.76%
G = 12.8%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA3BA8 (or 0xEA3BA8) is known color: Persian Rose. HEX triplet: EA, 3B and A8. RGB value is (234,59,168). Sum of RGB (Red+Green+Blue) = 234+59+168=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3BA8 is #15C457. Grayscale: #7B7B7B. Windows color (decimal): -1426520 or 11025386. OLE color: 11025386.

HSL color Cylindrical-coordinate representation of color #EA3BA8: hue angle of 322.63º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3BA8 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 59 168 -
CMYK 0 0.75 0.28 0.08
HSL 322.63º 0.81% 0.57% -
HSV(B) 322.63º 0.75% 0.92% -
XYZ 42.56 23.45 39.33 -
YUV 123.75 152.98 206.64 -
System Red Green Blue C M Y K H S L
Decimal 234 59 168 0 0.75 0.28 0.08 322.63 0.81 0.57
Hex EA 3B A8 0 4B 1C 8 143 51 39
Octal 352 73 250 0 113 34 10 503 121 71
Binary 11101010 111011 10101000 0 1001011 11100 1000 101000011 1010001 111001

Color Harmonies of #EA3BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3BA8

Black with #EA3BA8

Text Example


Text Example

White with #EA3BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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