Html Css Color HEX #E91B9F Persian Rose

📋 copy color: '#E91B9F'

red 233 ◦ green 27 ◦ blue 159

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

Shades of Persian Rose #E91B9F

Tints of Persian Rose #E91B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.44%

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

R = 55.61%
G = 6.44%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E91B9F (or 0xE91B9F) is known color: Persian Rose. HEX triplet: E9, 1B and 9F. RGB value is (233,27,159). Sum of RGB (Red+Green+Blue) = 233+27+159=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91B9F is #16E460. Grayscale: #676767. Windows color (decimal): -1500257 or 10427369. OLE color: 10427369.

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

Color convert

RGB 233 27 159 -
CMYK 0 0.88 0.32 0.09
HSL 321.55º 0.82% 0.51% -
HSV(B) 321.55º 0.88% 0.91% -
XYZ 40.25 20.61 34.66 -
YUV 103.64 159.25 220.27 -
System Red Green Blue C M Y K H S L
Decimal 233 27 159 0 0.88 0.32 0.09 321.55 0.82 0.51
Hex E9 1B 9F 0 58 20 9 142 52 33
Octal 351 33 237 0 130 40 11 502 122 63
Binary 11101001 11011 10011111 0 1011000 100000 1001 101000010 1010010 110011

Color Harmonies of #E91B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91B9F

Black with #E91B9F

Text Example


Text Example

White with #E91B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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