Html Css Color HEX #E032AB Persian Rose

📋 copy color: '#E032AB'

red 224 ◦ green 50 ◦ blue 171

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

Shades of Persian Rose #E032AB

Tints of Persian Rose #E032AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.24%

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

R = 50.34%
G = 11.24%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E032AB (or 0xE032AB) is known color: Persian Rose. HEX triplet: E0, 32 and AB. RGB value is (224,50,171). Sum of RGB (Red+Green+Blue) = 224+50+171=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E032AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E032AB is #1FCD54. Grayscale: #737373. Windows color (decimal): -2084181 or 11219680. OLE color: 11219680.

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

Color convert

RGB 224 50 171 -
CMYK 0 0.78 0.24 0.12
HSL 318.28º 0.74% 0.54% -
HSV(B) 318.28º 0.78% 0.88% -
XYZ 39.23 21.07 40.53 -
YUV 115.82 159.15 205.16 -
System Red Green Blue C M Y K H S L
Decimal 224 50 171 0 0.78 0.24 0.12 318.28 0.74 0.54
Hex E0 32 AB 0 4E 18 C 13E 4A 36
Octal 340 62 253 0 116 30 14 476 112 66
Binary 11100000 110010 10101011 0 1001110 11000 1100 100111110 1001010 110110

Color Harmonies of #E032AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032AB

Black with #E032AB

Text Example


Text Example

White with #E032AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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