Html Css Color HEX #E036AF Persian Rose

📋 copy color: '#E036AF'

red 224 ◦ green 54 ◦ blue 175

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

Shades of Persian Rose #E036AF

Tints of Persian Rose #E036AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.92%

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

R = 49.45%
G = 11.92%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E036AF (or 0xE036AF) is known color: Persian Rose. HEX triplet: E0, 36 and AF. RGB value is (224,54,175). Sum of RGB (Red+Green+Blue) = 224+54+175=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E036AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E036AF is #1FC950. Grayscale: #767676. Windows color (decimal): -2083153 or 11482848. OLE color: 11482848.

HSL color Cylindrical-coordinate representation of color #E036AF: hue angle of 317.29º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E036AF is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 54 175 -
CMYK 0 0.76 0.22 0.12
HSL 317.29º 0.73% 0.55% -
HSV(B) 317.29º 0.76% 0.88% -
XYZ 39.8 21.58 42.63 -
YUV 118.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 224 54 175 0 0.76 0.22 0.12 317.29 0.73 0.55
Hex E0 36 AF 0 4C 16 C 13D 49 37
Octal 340 66 257 0 114 26 14 475 111 67
Binary 11100000 110110 10101111 0 1001100 10110 1100 100111101 1001001 110111

Color Harmonies of #E036AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E036AF

Black with #E036AF

Text Example


Text Example

White with #E036AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E036AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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