Html Css Color HEX #E034AC Persian Rose

📋 copy color: '#E034AC'

red 224 ◦ green 52 ◦ blue 172

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

Shades of Persian Rose #E034AC

Tints of Persian Rose #E034AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 50%
G = 11.61%
B = 38.39%

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

#E034AC (or 0xE034AC) is known color: Persian Rose. HEX triplet: E0, 34 and AC. RGB value is (224,52,172). Sum of RGB (Red+Green+Blue) = 224+52+172=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E034AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E034AC is #1FCB53. Grayscale: #747474. Windows color (decimal): -2083668 or 11285728. OLE color: 11285728.

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

Color convert

RGB 224 52 172 -
CMYK 0 0.77 0.23 0.12
HSL 318.14º 0.74% 0.54% -
HSV(B) 318.14º 0.77% 0.88% -
XYZ 39.41 21.28 41.06 -
YUV 117.11 158.98 204.24 -
System Red Green Blue C M Y K H S L
Decimal 224 52 172 0 0.77 0.23 0.12 318.14 0.74 0.54
Hex E0 34 AC 0 4D 17 C 13E 4A 36
Octal 340 64 254 0 115 27 14 476 112 66
Binary 11100000 110100 10101100 0 1001101 10111 1100 100111110 1001010 110110

Color Harmonies of #E034AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E034AC

Black with #E034AC

Text Example


Text Example

White with #E034AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E034AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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