Html Css Color HEX #E8319E Persian Rose

📋 copy color: '#E8319E'

red 232 ◦ green 49 ◦ blue 158

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

Shades of Persian Rose #E8319E

Tints of Persian Rose #E8319E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.16%

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

R = 52.85%
G = 11.16%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E8319E (or 0xE8319E) is known color: Persian Rose. HEX triplet: E8, 31 and 9E. RGB value is (232,49,158). Sum of RGB (Red+Green+Blue) = 232+49+158=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8319E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8319E is #17CE61. Grayscale: #737373. Windows color (decimal): -1560162 or 10367464. OLE color: 10367464.

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

Color convert

RGB 232 49 158 -
CMYK 0 0.79 0.32 0.09
HSL 324.26º 0.8% 0.55% -
HSV(B) 324.26º 0.79% 0.91% -
XYZ 40.55 21.82 34.42 -
YUV 116.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 232 49 158 0 0.79 0.32 0.09 324.26 0.8 0.55
Hex E8 31 9E 0 4F 20 9 144 50 37
Octal 350 61 236 0 117 40 11 504 120 67
Binary 11101000 110001 10011110 0 1001111 100000 1001 101000100 1010000 110111

Color Harmonies of #E8319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8319E

Black with #E8319E

Text Example


Text Example

White with #E8319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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