Html Css Color HEX #E82998 Persian Rose

📋 copy color: '#E82998'

red 232 ◦ green 41 ◦ blue 152

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

Shades of Persian Rose #E82998

Tints of Persian Rose #E82998

RGB

 RED value IS 232 (91.02% from 255) = 54.59%

 GREEN value IS 41 (16.41% from 255) = 9.65%

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

R = 54.59%
G = 9.65%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E82998 (or 0xE82998) is known color: Persian Rose. HEX triplet: E8, 29 and 98. RGB value is (232,41,152). Sum of RGB (Red+Green+Blue) = 232+41+152=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E82998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82998 is #17D667. Grayscale: #6E6E6E. Windows color (decimal): -1562216 or 9972200. OLE color: 9972200.

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

Color convert

RGB 232 41 152 -
CMYK 0 0.82 0.34 0.09
HSL 325.13º 0.81% 0.54% -
HSV(B) 325.13º 0.82% 0.91% -
XYZ 39.74 21.01 31.67 -
YUV 110.76 151.28 214.47 -
System Red Green Blue C M Y K H S L
Decimal 232 41 152 0 0.82 0.34 0.09 325.13 0.81 0.54
Hex E8 29 98 0 52 22 9 145 51 36
Octal 350 51 230 0 122 42 11 505 121 66
Binary 11101000 101001 10011000 0 1010010 100010 1001 101000101 1010001 110110

Color Harmonies of #E82998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82998

Black with #E82998

Text Example


Text Example

White with #E82998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82998; }

 p { color: rgb(232,41,152); }

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

background-color css

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

 a { background-color: rgb(232,41,152); }

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

border-color css

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

 span { border-color: rgb(232,41,152); }

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