Html Css Color HEX #EA3AB0 Persian Rose

📋 copy color: '#EA3AB0'

red 234 ◦ green 58 ◦ blue 176

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

Shades of Persian Rose #EA3AB0

Tints of Persian Rose #EA3AB0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.39%

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 50%
G = 12.39%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA3AB0 (or 0xEA3AB0) is known color: Persian Rose. HEX triplet: EA, 3A and B0. RGB value is (234,58,176). Sum of RGB (Red+Green+Blue) = 234+58+176=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3AB0 is #15C54F. Grayscale: #7B7B7B. Windows color (decimal): -1426768 or 11549418. OLE color: 11549418.

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

Color convert

RGB 234 58 176 -
CMYK 0 0.75 0.25 0.08
HSL 319.77º 0.81% 0.57% -
HSV(B) 319.77º 0.75% 0.92% -
XYZ 43.28 23.65 43.36 -
YUV 124.08 157.31 206.41 -
System Red Green Blue C M Y K H S L
Decimal 234 58 176 0 0.75 0.25 0.08 319.77 0.81 0.57
Hex EA 3A B0 0 4B 19 8 140 51 39
Octal 352 72 260 0 113 31 10 500 121 71
Binary 11101010 111010 10110000 0 1001011 11001 1000 101000000 1010001 111001

Color Harmonies of #EA3AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3AB0

Black with #EA3AB0

Text Example


Text Example

White with #EA3AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3AB0; }

 p { color: rgb(234,58,176); }

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

background-color css

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

 a { background-color: rgb(234,58,176); }

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

border-color css

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

 span { border-color: rgb(234,58,176); }

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