Html Css Color HEX #E9319E Persian Rose

📋 copy color: '#E9319E'

red 233 ◦ green 49 ◦ blue 158

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

Shades of Persian Rose #E9319E

Tints of Persian Rose #E9319E

RGB

 RED value IS 233 (91.41% from 255) = 52.95%

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

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

R = 52.95%
G = 11.14%
B = 35.91%

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

#E9319E (or 0xE9319E) is known color: Persian Rose. HEX triplet: E9, 31 and 9E. RGB value is (233,49,158). Sum of RGB (Red+Green+Blue) = 233+49+158=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9319E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9319E is #16CE61. Grayscale: #747474. Windows color (decimal): -1494626 or 10367465. OLE color: 10367465.

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

Color convert

RGB 233 49 158 -
CMYK 0 0.79 0.32 0.09
HSL 324.46º 0.81% 0.55% -
HSV(B) 324.46º 0.79% 0.91% -
XYZ 40.87 21.99 34.44 -
YUV 116.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 233 49 158 0 0.79 0.32 0.09 324.46 0.81 0.55
Hex E9 31 9E 0 4F 20 9 144 51 37
Octal 351 61 236 0 117 40 11 504 121 67
Binary 11101001 110001 10011110 0 1001111 100000 1001 101000100 1010001 110111

Color Harmonies of #E9319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9319E

Black with #E9319E

Text Example


Text Example

White with #E9319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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