Html Css Color HEX #E034AA Persian Rose

📋 copy color: '#E034AA'

red 224 ◦ green 52 ◦ blue 170

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

Shades of Persian Rose #E034AA

Tints of Persian Rose #E034AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.66%

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

R = 50.22%
G = 11.66%
B = 38.12%

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

#E034AA (or 0xE034AA) is known color: Persian Rose. HEX triplet: E0, 34 and AA. RGB value is (224,52,170). Sum of RGB (Red+Green+Blue) = 224+52+170=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E034AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E034AA is #1FCB55. Grayscale: #747474. Windows color (decimal): -2083670 or 11154656. OLE color: 11154656.

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

Color convert

RGB 224 52 170 -
CMYK 0 0.77 0.24 0.12
HSL 318.84º 0.74% 0.54% -
HSV(B) 318.84º 0.77% 0.88% -
XYZ 39.22 21.21 40.06 -
YUV 116.88 157.98 204.41 -
System Red Green Blue C M Y K H S L
Decimal 224 52 170 0 0.77 0.24 0.12 318.84 0.74 0.54
Hex E0 34 AA 0 4D 18 C 13F 4A 36
Octal 340 64 252 0 115 30 14 477 112 66
Binary 11100000 110100 10101010 0 1001101 11000 1100 100111111 1001010 110110

Color Harmonies of #E034AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E034AA

Black with #E034AA

Text Example


Text Example

White with #E034AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E034AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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