Html Css Color HEX #E031B1 Persian Rose

📋 copy color: '#E031B1'

red 224 ◦ green 49 ◦ blue 177

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

Shades of Persian Rose #E031B1

Tints of Persian Rose #E031B1

RGB

 RED value IS 224 (87.89% from 255) = 49.78%

 GREEN value IS 49 (19.53% from 255) = 10.89%

 BLUE value IS 177 (69.53% from 255) = 39.33%

R = 49.78%
G = 10.89%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E031B1 (or 0xE031B1) is known color: Persian Rose. HEX triplet: E0, 31 and B1. RGB value is (224,49,177). Sum of RGB (Red+Green+Blue) = 224+49+177=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E031B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E031B1 is #1FCE4E. Grayscale: #737373. Windows color (decimal): -2084431 or 11612640. OLE color: 11612640.

HSL color Cylindrical-coordinate representation of color #E031B1: hue angle of 316.11º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E031B1 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 49 177 -
CMYK 0 0.78 0.21 0.12
HSL 316.11º 0.74% 0.54% -
HSV(B) 316.11º 0.78% 0.88% -
XYZ 39.77 21.22 43.59 -
YUV 115.92 162.48 205.09 -
System Red Green Blue C M Y K H S L
Decimal 224 49 177 0 0.78 0.21 0.12 316.11 0.74 0.54
Hex E0 31 B1 0 4E 15 C 13C 4A 36
Octal 340 61 261 0 116 25 14 474 112 66
Binary 11100000 110001 10110001 0 1001110 10101 1100 100111100 1001010 110110

Color Harmonies of #E031B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031B1

Black with #E031B1

Text Example


Text Example

White with #E031B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031B1; }

 p { color: rgb(224,49,177); }

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

background-color css

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

 a { background-color: rgb(224,49,177); }

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

border-color css

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

 span { border-color: rgb(224,49,177); }

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