Html Css Color HEX #E034AD Persian Rose

📋 copy color: '#E034AD'

red 224 ◦ green 52 ◦ blue 173

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

Shades of Persian Rose #E034AD

Tints of Persian Rose #E034AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 49.89%
G = 11.58%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E034AD (or 0xE034AD) is known color: Persian Rose. HEX triplet: E0, 34 and AD. RGB value is (224,52,173). Sum of RGB (Red+Green+Blue) = 224+52+173=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E034AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E034AD is #1FCB52. Grayscale: #747474. Windows color (decimal): -2083667 or 11351264. OLE color: 11351264.

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

Color convert

RGB 224 52 173 -
CMYK 0 0.77 0.23 0.12
HSL 317.79º 0.74% 0.54% -
HSV(B) 317.79º 0.77% 0.88% -
XYZ 39.51 21.32 41.57 -
YUV 117.22 159.48 204.16 -
System Red Green Blue C M Y K H S L
Decimal 224 52 173 0 0.77 0.23 0.12 317.79 0.74 0.54
Hex E0 34 AD 0 4D 17 C 13E 4A 36
Octal 340 64 255 0 115 27 14 476 112 66
Binary 11100000 110100 10101101 0 1001101 10111 1100 100111110 1001010 110110

Color Harmonies of #E034AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E034AD

Black with #E034AD

Text Example


Text Example

White with #E034AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E034AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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