Html Css Color HEX #E91E9E Persian Rose

📋 copy color: '#E91E9E'

red 233 ◦ green 30 ◦ blue 158

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

Shades of Persian Rose #E91E9E

Tints of Persian Rose #E91E9E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.13%

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

R = 55.34%
G = 7.13%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E91E9E (or 0xE91E9E) is known color: Persian Rose. HEX triplet: E9, 1E and 9E. RGB value is (233,30,158). Sum of RGB (Red+Green+Blue) = 233+30+158=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E91E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91E9E is #16E161. Grayscale: #686868. Windows color (decimal): -1499490 or 10362601. OLE color: 10362601.

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

Color convert

RGB 233 30 158 -
CMYK 0 0.87 0.32 0.09
HSL 322.17º 0.82% 0.52% -
HSV(B) 322.17º 0.87% 0.91% -
XYZ 40.24 20.72 34.23 -
YUV 105.29 157.75 219.09 -
System Red Green Blue C M Y K H S L
Decimal 233 30 158 0 0.87 0.32 0.09 322.17 0.82 0.52
Hex E9 1E 9E 0 57 20 9 142 52 34
Octal 351 36 236 0 127 40 11 502 122 64
Binary 11101001 11110 10011110 0 1010111 100000 1001 101000010 1010010 110100

Color Harmonies of #E91E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91E9E

Black with #E91E9E

Text Example


Text Example

White with #E91E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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