Html Css Color HEX #E031AD Persian Rose

📋 copy color: '#E031AD'

red 224 ◦ green 49 ◦ blue 173

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

Shades of Persian Rose #E031AD

Tints of Persian Rose #E031AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 50.22%
G = 10.99%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E031AD (or 0xE031AD) is known color: Persian Rose. HEX triplet: E0, 31 and AD. RGB value is (224,49,173). Sum of RGB (Red+Green+Blue) = 224+49+173=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E031AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E031AD is #1FCE52. Grayscale: #737373. Windows color (decimal): -2084435 or 11350496. OLE color: 11350496.

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

Color convert

RGB 224 49 173 -
CMYK 0 0.78 0.23 0.12
HSL 317.49º 0.74% 0.54% -
HSV(B) 317.49º 0.78% 0.88% -
XYZ 39.38 21.06 41.52 -
YUV 115.46 160.48 205.42 -
System Red Green Blue C M Y K H S L
Decimal 224 49 173 0 0.78 0.23 0.12 317.49 0.74 0.54
Hex E0 31 AD 0 4E 17 C 13D 4A 36
Octal 340 61 255 0 116 27 14 475 112 66
Binary 11100000 110001 10101101 0 1001110 10111 1100 100111101 1001010 110110

Color Harmonies of #E031AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031AD

Black with #E031AD

Text Example


Text Example

White with #E031AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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