Html Css Color HEX #E031AF Persian Rose

📋 copy color: '#E031AF'

red 224 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #E031AF

Tints of Persian Rose #E031AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 50%
G = 10.94%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E031AF (or 0xE031AF) is known color: Persian Rose. HEX triplet: E0, 31 and AF. RGB value is (224,49,175). Sum of RGB (Red+Green+Blue) = 224+49+175=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E031AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E031AF is #1FCE50. Grayscale: #737373. Windows color (decimal): -2084433 or 11481568. OLE color: 11481568.

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

Color convert

RGB 224 49 175 -
CMYK 0 0.78 0.22 0.12
HSL 316.8º 0.74% 0.54% -
HSV(B) 316.8º 0.78% 0.88% -
XYZ 39.58 21.14 42.55 -
YUV 115.69 161.48 205.25 -
System Red Green Blue C M Y K H S L
Decimal 224 49 175 0 0.78 0.22 0.12 316.8 0.74 0.54
Hex E0 31 AF 0 4E 16 C 13D 4A 36
Octal 340 61 257 0 116 26 14 475 112 66
Binary 11100000 110001 10101111 0 1001110 10110 1100 100111101 1001010 110110

Color Harmonies of #E031AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E031AF

Black with #E031AF

Text Example


Text Example

White with #E031AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E031AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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