Html Css Color HEX #E033AA Persian Rose

📋 copy color: '#E033AA'

red 224 ◦ green 51 ◦ blue 170

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

Shades of Persian Rose #E033AA

Tints of Persian Rose #E033AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.46%

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 50.34%
G = 11.46%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E033AA (or 0xE033AA) is known color: Persian Rose. HEX triplet: E0, 33 and AA. RGB value is (224,51,170). Sum of RGB (Red+Green+Blue) = 224+51+170=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E033AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E033AA is #1FCC55. Grayscale: #737373. Windows color (decimal): -2083926 or 11154400. OLE color: 11154400.

HSL color Cylindrical-coordinate representation of color #E033AA: hue angle of 318.73º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E033AA is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 51 170 -
CMYK 0 0.77 0.24 0.12
HSL 318.73º 0.74% 0.54% -
HSV(B) 318.73º 0.77% 0.88% -
XYZ 39.18 21.12 40.04 -
YUV 116.29 158.31 204.82 -
System Red Green Blue C M Y K H S L
Decimal 224 51 170 0 0.77 0.24 0.12 318.73 0.74 0.54
Hex E0 33 AA 0 4D 18 C 13F 4A 36
Octal 340 63 252 0 115 30 14 477 112 66
Binary 11100000 110011 10101010 0 1001101 11000 1100 100111111 1001010 110110

Color Harmonies of #E033AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033AA

Black with #E033AA

Text Example


Text Example

White with #E033AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033AA; }

 p { color: rgb(224,51,170); }

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

background-color css

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

 a { background-color: rgb(224,51,170); }

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

border-color css

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

 span { border-color: rgb(224,51,170); }

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