Html Css Color HEX #E8299E Persian Rose

📋 copy color: '#E8299E'

red 232 ◦ green 41 ◦ blue 158

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

Shades of Persian Rose #E8299E

Tints of Persian Rose #E8299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 53.83%
G = 9.51%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E8299E (or 0xE8299E) is known color: Persian Rose. HEX triplet: E8, 29 and 9E. RGB value is (232,41,158). Sum of RGB (Red+Green+Blue) = 232+41+158=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E8299E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8299E is #17D661. Grayscale: #6F6F6F. Windows color (decimal): -1562210 or 10365416. OLE color: 10365416.

HSL color Cylindrical-coordinate representation of color #E8299E: hue angle of 323.25º 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 #E8299E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 41 158 -
CMYK 0 0.82 0.32 0.09
HSL 323.25º 0.81% 0.54% -
HSV(B) 323.25º 0.82% 0.91% -
XYZ 40.24 21.21 34.32 -
YUV 111.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 232 41 158 0 0.82 0.32 0.09 323.25 0.81 0.54
Hex E8 29 9E 0 52 20 9 143 51 36
Octal 350 51 236 0 122 40 11 503 121 66
Binary 11101000 101001 10011110 0 1010010 100000 1001 101000011 1010001 110110

Color Harmonies of #E8299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8299E

Black with #E8299E

Text Example


Text Example

White with #E8299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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