Html Css Color HEX #E91F9E Persian Rose

📋 copy color: '#E91F9E'

red 233 ◦ green 31 ◦ blue 158

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

Shades of Persian Rose #E91F9E

Tints of Persian Rose #E91F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.35%

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

R = 55.21%
G = 7.35%
B = 37.44%

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

#E91F9E (or 0xE91F9E) is known color: Persian Rose. HEX triplet: E9, 1F and 9E. RGB value is (233,31,158). Sum of RGB (Red+Green+Blue) = 233+31+158=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91F9E is #16E061. Grayscale: #696969. Windows color (decimal): -1499234 or 10362857. OLE color: 10362857.

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

Color convert

RGB 233 31 158 -
CMYK 0 0.87 0.32 0.09
HSL 322.28º 0.82% 0.52% -
HSV(B) 322.28º 0.87% 0.91% -
XYZ 40.27 20.77 34.23 -
YUV 105.88 157.42 218.67 -
System Red Green Blue C M Y K H S L
Decimal 233 31 158 0 0.87 0.32 0.09 322.28 0.82 0.52
Hex E9 1F 9E 0 57 20 9 142 52 34
Octal 351 37 236 0 127 40 11 502 122 64
Binary 11101001 11111 10011110 0 1010111 100000 1001 101000010 1010010 110100

Color Harmonies of #E91F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91F9E

Black with #E91F9E

Text Example


Text Example

White with #E91F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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