Html Css Color HEX #E031B0 Persian Rose

📋 copy color: '#E031B0'

red 224 ◦ green 49 ◦ blue 176

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

Shades of Persian Rose #E031B0

Tints of Persian Rose #E031B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.2%

R = 49.89%
G = 10.91%
B = 39.2%

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

#E031B0 (or 0xE031B0) is known color: Persian Rose. HEX triplet: E0, 31 and B0. RGB value is (224,49,176). Sum of RGB (Red+Green+Blue) = 224+49+176=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E031B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E031B0 is #1FCE4F. Grayscale: #737373. Windows color (decimal): -2084432 or 11547104. OLE color: 11547104.

HSL color Cylindrical-coordinate representation of color #E031B0: hue angle of 316.46º 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 #E031B0 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 49 176 -
CMYK 0 0.78 0.21 0.12
HSL 316.46º 0.74% 0.54% -
HSV(B) 316.46º 0.78% 0.88% -
XYZ 39.68 21.18 43.07 -
YUV 115.8 161.98 205.17 -
System Red Green Blue C M Y K H S L
Decimal 224 49 176 0 0.78 0.21 0.12 316.46 0.74 0.54
Hex E0 31 B0 0 4E 15 C 13C 4A 36
Octal 340 61 260 0 116 25 14 474 112 66
Binary 11100000 110001 10110000 0 1001110 10101 1100 100111100 1001010 110110

Color Harmonies of #E031B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031B0

Black with #E031B0

Text Example


Text Example

White with #E031B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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