Html Css Color HEX #EA2198 Persian Rose

📋 copy color: '#EA2198'

red 234 ◦ green 33 ◦ blue 152

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

Shades of Persian Rose #EA2198

Tints of Persian Rose #EA2198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.88%

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

R = 55.85%
G = 7.88%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA2198 (or 0xEA2198) is known color: Persian Rose. HEX triplet: EA, 21 and 98. RGB value is (234,33,152). Sum of RGB (Red+Green+Blue) = 234+33+152=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2198 is #15DE67. Grayscale: #6A6A6A. Windows color (decimal): -1433192 or 9970154. OLE color: 9970154.

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

Color convert

RGB 234 33 152 -
CMYK 0 0.86 0.35 0.08
HSL 324.48º 0.83% 0.52% -
HSV(B) 324.48º 0.86% 0.92% -
XYZ 40.14 20.85 31.61 -
YUV 106.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 234 33 152 0 0.86 0.35 0.08 324.48 0.83 0.52
Hex EA 21 98 0 56 23 8 144 53 34
Octal 352 41 230 0 126 43 10 504 123 64
Binary 11101010 100001 10011000 0 1010110 100011 1000 101000100 1010011 110100

Color Harmonies of #EA2198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2198

Black with #EA2198

Text Example


Text Example

White with #EA2198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2198; }

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

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

background-color css

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

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

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

border-color css

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

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

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