Html Css Color HEX #E72198 Persian Rose

📋 copy color: '#E72198'

red 231 ◦ green 33 ◦ blue 152

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

Shades of Persian Rose #E72198

Tints of Persian Rose #E72198

RGB

 RED value IS 231 (90.63% from 255) = 55.53%

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

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

R = 55.53%
G = 7.93%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E72198 (or 0xE72198) is known color: Persian Rose. HEX triplet: E7, 21 and 98. RGB value is (231,33,152). Sum of RGB (Red+Green+Blue) = 231+33+152=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E72198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72198 is #18DE67. Grayscale: #696969. Windows color (decimal): -1629800 or 9970151. OLE color: 9970151.

HSL color Cylindrical-coordinate representation of color #E72198: hue angle of 323.94º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72198 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 33 152 -
CMYK 0 0.86 0.34 0.09
HSL 323.94º 0.8% 0.52% -
HSV(B) 323.94º 0.86% 0.91% -
XYZ 39.17 20.34 31.57 -
YUV 105.77 154.1 217.32 -
System Red Green Blue C M Y K H S L
Decimal 231 33 152 0 0.86 0.34 0.09 323.94 0.8 0.52
Hex E7 21 98 0 56 22 9 144 50 34
Octal 347 41 230 0 126 42 11 504 120 64
Binary 11100111 100001 10011000 0 1010110 100010 1001 101000100 1010000 110100

Color Harmonies of #E72198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72198

Black with #E72198

Text Example


Text Example

White with #E72198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72198; }

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

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

background-color css

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

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

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

border-color css

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

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

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