Html Css Color HEX #EA2897 Persian Rose

📋 copy color: '#EA2897'

red 234 ◦ green 40 ◦ blue 151

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

Shades of Persian Rose #EA2897

Tints of Persian Rose #EA2897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.41%

 BLUE value IS 151 (59.38% from 255) = 35.53%

R = 55.06%
G = 9.41%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA2897 (or 0xEA2897) is known color: Persian Rose. HEX triplet: EA, 28 and 97. RGB value is (234,40,151). Sum of RGB (Red+Green+Blue) = 234+40+151=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2897 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2897 is #15D768. Grayscale: #6E6E6E. Windows color (decimal): -1431401 or 9906410. OLE color: 9906410.

HSL color Cylindrical-coordinate representation of color #EA2897: hue angle of 325.67º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2897 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 40 151 -
CMYK 0 0.83 0.35 0.08
HSL 325.67º 0.82% 0.54% -
HSV(B) 325.67º 0.83% 0.92% -
XYZ 40.28 21.24 31.26 -
YUV 110.66 150.77 215.97 -
System Red Green Blue C M Y K H S L
Decimal 234 40 151 0 0.83 0.35 0.08 325.67 0.82 0.54
Hex EA 28 97 0 53 23 8 146 52 36
Octal 352 50 227 0 123 43 10 506 122 66
Binary 11101010 101000 10010111 0 1010011 100011 1000 101000110 1010010 110110

Color Harmonies of #EA2897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2897

Black with #EA2897

Text Example


Text Example

White with #EA2897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2897; }

 p { color: rgb(234,40,151); }

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

background-color css

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

 a { background-color: rgb(234,40,151); }

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

border-color css

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

 span { border-color: rgb(234,40,151); }

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