Html Css Color HEX #E034A9 Persian Rose

📋 copy color: '#E034A9'

red 224 ◦ green 52 ◦ blue 169

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

Shades of Persian Rose #E034A9

Tints of Persian Rose #E034A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.98%

R = 50.34%
G = 11.69%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E034A9 (or 0xE034A9) is known color: Persian Rose. HEX triplet: E0, 34 and A9. RGB value is (224,52,169). Sum of RGB (Red+Green+Blue) = 224+52+169=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E034A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E034A9 is #1FCB56. Grayscale: #747474. Windows color (decimal): -2083671 or 11089120. OLE color: 11089120.

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

Color convert

RGB 224 52 169 -
CMYK 0 0.77 0.25 0.12
HSL 319.19º 0.74% 0.54% -
HSV(B) 319.19º 0.77% 0.88% -
XYZ 39.13 21.17 39.56 -
YUV 116.77 157.48 204.49 -
System Red Green Blue C M Y K H S L
Decimal 224 52 169 0 0.77 0.25 0.12 319.19 0.74 0.54
Hex E0 34 A9 0 4D 19 C 13F 4A 36
Octal 340 64 251 0 115 31 14 477 112 66
Binary 11100000 110100 10101001 0 1001101 11001 1100 100111111 1001010 110110

Color Harmonies of #E034A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E034A9

Black with #E034A9

Text Example


Text Example

White with #E034A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E034A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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