Html Css Color HEX #E91F9F Persian Rose

📋 copy color: '#E91F9F'

red 233 ◦ green 31 ◦ blue 159

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

Shades of Persian Rose #E91F9F

Tints of Persian Rose #E91F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 55.08%
G = 7.33%
B = 37.59%

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

#E91F9F (or 0xE91F9F) is known color: Persian Rose. HEX triplet: E9, 1F and 9F. RGB value is (233,31,159). Sum of RGB (Red+Green+Blue) = 233+31+159=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91F9F is #16E060. Grayscale: #696969. Windows color (decimal): -1499233 or 10428393. OLE color: 10428393.

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

Color convert

RGB 233 31 159 -
CMYK 0 0.87 0.32 0.09
HSL 321.98º 0.82% 0.52% -
HSV(B) 321.98º 0.87% 0.91% -
XYZ 40.35 20.81 34.69 -
YUV 105.99 157.92 218.59 -
System Red Green Blue C M Y K H S L
Decimal 233 31 159 0 0.87 0.32 0.09 321.98 0.82 0.52
Hex E9 1F 9F 0 57 20 9 142 52 34
Octal 351 37 237 0 127 40 11 502 122 64
Binary 11101001 11111 10011111 0 1010111 100000 1001 101000010 1010010 110100

Color Harmonies of #E91F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91F9F

Black with #E91F9F

Text Example


Text Example

White with #E91F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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