Html Css Color HEX #E31B9D Persian Rose

📋 copy color: '#E31B9D'

red 227 ◦ green 27 ◦ blue 157

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

Shades of Persian Rose #E31B9D

Tints of Persian Rose #E31B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 55.23%
G = 6.57%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E31B9D (or 0xE31B9D) is known color: Persian Rose. HEX triplet: E3, 1B and 9D. RGB value is (227,27,157). Sum of RGB (Red+Green+Blue) = 227+27+157=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E31B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31B9D is #1CE462. Grayscale: #656565. Windows color (decimal): -1893475 or 10296291. OLE color: 10296291.

HSL color Cylindrical-coordinate representation of color #E31B9D: hue angle of 321º 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 #E31B9D is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 27 157 -
CMYK 0 0.88 0.31 0.11
HSL 321º 0.79% 0.5% -
HSV(B) 321º 0.88% 0.89% -
XYZ 38.16 19.55 33.66 -
YUV 101.62 159.26 217.43 -
System Red Green Blue C M Y K H S L
Decimal 227 27 157 0 0.88 0.31 0.11 321 0.79 0.5
Hex E3 1B 9D 0 58 1F B 141 4F 32
Octal 343 33 235 0 130 37 13 501 117 62
Binary 11100011 11011 10011101 0 1011000 11111 1011 101000001 1001111 110010

Color Harmonies of #E31B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31B9D

Black with #E31B9D

Text Example


Text Example

White with #E31B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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