Html Css Color HEX #EA2898 Persian Rose

📋 copy color: '#EA2898'

red 234 ◦ green 40 ◦ blue 152

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

Shades of Persian Rose #EA2898

Tints of Persian Rose #EA2898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 54.93%
G = 9.39%
B = 35.68%

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

#EA2898 (or 0xEA2898) is known color: Persian Rose. HEX triplet: EA, 28 and 98. RGB value is (234,40,152). Sum of RGB (Red+Green+Blue) = 234+40+152=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2898 is #15D767. Grayscale: #6E6E6E. Windows color (decimal): -1431400 or 9971946. OLE color: 9971946.

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

Color convert

RGB 234 40 152 -
CMYK 0 0.83 0.35 0.08
HSL 325.36º 0.82% 0.54% -
HSV(B) 325.36º 0.83% 0.92% -
XYZ 40.36 21.28 31.69 -
YUV 110.77 151.27 215.89 -
System Red Green Blue C M Y K H S L
Decimal 234 40 152 0 0.83 0.35 0.08 325.36 0.82 0.54
Hex EA 28 98 0 53 23 8 145 52 36
Octal 352 50 230 0 123 43 10 505 122 66
Binary 11101010 101000 10011000 0 1010011 100011 1000 101000101 1010010 110110

Color Harmonies of #EA2898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2898

Black with #EA2898

Text Example


Text Example

White with #EA2898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2898; }

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

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

background-color css

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

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

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

border-color css

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

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

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