Html Css Color HEX #E036AB Persian Rose

📋 copy color: '#E036AB'

red 224 ◦ green 54 ◦ blue 171

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

Shades of Persian Rose #E036AB

Tints of Persian Rose #E036AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 49.89%
G = 12.03%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E036AB (or 0xE036AB) is known color: Persian Rose. HEX triplet: E0, 36 and AB. RGB value is (224,54,171). Sum of RGB (Red+Green+Blue) = 224+54+171=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E036AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E036AB is #1FC954. Grayscale: #757575. Windows color (decimal): -2083157 or 11220704. OLE color: 11220704.

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

Color convert

RGB 224 54 171 -
CMYK 0 0.76 0.24 0.12
HSL 318.71º 0.73% 0.55% -
HSV(B) 318.71º 0.76% 0.88% -
XYZ 39.41 21.43 40.59 -
YUV 118.17 157.82 203.49 -
System Red Green Blue C M Y K H S L
Decimal 224 54 171 0 0.76 0.24 0.12 318.71 0.73 0.55
Hex E0 36 AB 0 4C 18 C 13F 49 37
Octal 340 66 253 0 114 30 14 477 111 67
Binary 11100000 110110 10101011 0 1001100 11000 1100 100111111 1001001 110111

Color Harmonies of #E036AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E036AB

Black with #E036AB

Text Example


Text Example

White with #E036AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E036AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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