Html Css Color HEX #E7319E Persian Rose

📋 copy color: '#E7319E'

red 231 ◦ green 49 ◦ blue 158

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

Shades of Persian Rose #E7319E

Tints of Persian Rose #E7319E

RGB

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

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

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

R = 52.74%
G = 11.19%
B = 36.07%

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

#E7319E (or 0xE7319E) is known color: Persian Rose. HEX triplet: E7, 31 and 9E. RGB value is (231,49,158). Sum of RGB (Red+Green+Blue) = 231+49+158=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7319E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7319E is #18CE61. Grayscale: #737373. Windows color (decimal): -1625698 or 10367463. OLE color: 10367463.

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

Color convert

RGB 231 49 158 -
CMYK 0 0.79 0.32 0.09
HSL 324.07º 0.79% 0.55% -
HSV(B) 324.07º 0.79% 0.91% -
XYZ 40.22 21.65 34.41 -
YUV 115.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 231 49 158 0 0.79 0.32 0.09 324.07 0.79 0.55
Hex E7 31 9E 0 4F 20 9 144 4F 37
Octal 347 61 236 0 117 40 11 504 117 67
Binary 11100111 110001 10011110 0 1001111 100000 1001 101000100 1001111 110111

Color Harmonies of #E7319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7319E

Black with #E7319E

Text Example


Text Example

White with #E7319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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