Html Css Color HEX #E82098 Persian Rose

📋 copy color: '#E82098'

red 232 ◦ green 32 ◦ blue 152

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

Shades of Persian Rose #E82098

Tints of Persian Rose #E82098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.69%

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

R = 55.77%
G = 7.69%
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

#E82098 (or 0xE82098) is known color: Persian Rose. HEX triplet: E8, 20 and 98. RGB value is (232,32,152). Sum of RGB (Red+Green+Blue) = 232+32+152=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E82098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82098 is #17DF67. Grayscale: #696969. Windows color (decimal): -1564520 or 9969896. OLE color: 9969896.

HSL color Cylindrical-coordinate representation of color #E82098: hue angle of 324º degrees, saturation: 0.81, 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 #E82098 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 32 152 -
CMYK 0 0.86 0.34 0.09
HSL 324º 0.81% 0.52% -
HSV(B) 324º 0.86% 0.91% -
XYZ 39.46 20.46 31.57 -
YUV 105.48 154.26 218.24 -
System Red Green Blue C M Y K H S L
Decimal 232 32 152 0 0.86 0.34 0.09 324 0.81 0.52
Hex E8 20 98 0 56 22 9 144 51 34
Octal 350 40 230 0 126 42 11 504 121 64
Binary 11101000 100000 10011000 0 1010110 100010 1001 101000100 1010001 110100

Color Harmonies of #E82098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82098

Black with #E82098

Text Example


Text Example

White with #E82098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82098; }

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

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

background-color css

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

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

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

border-color css

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

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

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