Html Css Color HEX #EA2197 Persian Rose

📋 copy color: '#EA2197'

red 234 ◦ green 33 ◦ blue 151

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

Shades of Persian Rose #EA2197

Tints of Persian Rose #EA2197

RGB

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

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

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

R = 55.98%
G = 7.89%
B = 36.12%

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

#EA2197 (or 0xEA2197) is known color: Persian Rose. HEX triplet: EA, 21 and 97. RGB value is (234,33,151). Sum of RGB (Red+Green+Blue) = 234+33+151=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2197 is #15DE68. Grayscale: #6A6A6A. Windows color (decimal): -1433193 or 9904618. OLE color: 9904618.

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

Color convert

RGB 234 33 151 -
CMYK 0 0.86 0.35 0.08
HSL 324.78º 0.83% 0.52% -
HSV(B) 324.78º 0.86% 0.92% -
XYZ 40.06 20.81 31.18 -
YUV 106.55 153.09 218.91 -
System Red Green Blue C M Y K H S L
Decimal 234 33 151 0 0.86 0.35 0.08 324.78 0.83 0.52
Hex EA 21 97 0 56 23 8 145 53 34
Octal 352 41 227 0 126 43 10 505 123 64
Binary 11101010 100001 10010111 0 1010110 100011 1000 101000101 1010011 110100

Color Harmonies of #EA2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2197

Black with #EA2197

Text Example


Text Example

White with #EA2197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2197; }

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

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

background-color css

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

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

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

border-color css

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

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

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