Html Css Color HEX #E31B9F Persian Rose

📋 copy color: '#E31B9F'

red 227 ◦ green 27 ◦ blue 159

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

Shades of Persian Rose #E31B9F

Tints of Persian Rose #E31B9F

RGB

 RED value IS 227 (89.06% from 255) = 54.96%

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

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

R = 54.96%
G = 6.54%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E31B9F (or 0xE31B9F) is known color: Persian Rose. HEX triplet: E3, 1B and 9F. RGB value is (227,27,159). Sum of RGB (Red+Green+Blue) = 227+27+159=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E31B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31B9F is #1CE460. Grayscale: #656565. Windows color (decimal): -1893473 or 10427363. OLE color: 10427363.

HSL color Cylindrical-coordinate representation of color #E31B9F: hue angle of 320.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31B9F is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 27 159 -
CMYK 0 0.88 0.30 0.11
HSL 320.4º 0.79% 0.5% -
HSV(B) 320.4º 0.88% 0.89% -
XYZ 38.33 19.62 34.57 -
YUV 101.85 160.26 217.27 -
System Red Green Blue C M Y K H S L
Decimal 227 27 159 0 0.88 0.30 0.11 320.4 0.79 0.5
Hex E3 1B 9F 0 58 1E B 140 4F 32
Octal 343 33 237 0 130 36 13 500 117 62
Binary 11100011 11011 10011111 0 1011000 11110 1011 101000000 1001111 110010

Color Harmonies of #E31B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31B9F

Black with #E31B9F

Text Example


Text Example

White with #E31B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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