Html Css Color HEX #E076AE Persian Pink

📋 copy color: '#E076AE'

red 224 ◦ green 118 ◦ blue 174

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

Shades of Persian Pink #E076AE

Tints of Persian Pink #E076AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.87%

 BLUE value IS 174 (68.36% from 255) = 33.72%

R = 43.41%
G = 22.87%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E076AE (or 0xE076AE) is known color: Persian Pink. HEX triplet: E0, 76 and AE. RGB value is (224,118,174). Sum of RGB (Red+Green+Blue) = 224+118+174=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E076AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076AE is #1F8951. Grayscale: #9B9B9B. Windows color (decimal): -2066770 or 11433696. OLE color: 11433696.

HSL color Cylindrical-coordinate representation of color #E076AE: hue angle of 328.3º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E076AE is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 174 -
CMYK 0 0.47 0.22 0.12
HSL 328.3º 0.63% 0.67% -
HSV(B) 328.3º 0.47% 0.88% -
XYZ 44.86 31.86 43.83 -
YUV 156.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 224 118 174 0 0.47 0.22 0.12 328.3 0.63 0.67
Hex E0 76 AE 0 2F 16 C 148 3F 43
Octal 340 166 256 0 57 26 14 510 77 103
Binary 11100000 1110110 10101110 0 101111 10110 1100 101001000 111111 1000011

Color Harmonies of #E076AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076AE

Black with #E076AE

Text Example


Text Example

White with #E076AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076AE; }

 p { color: rgb(224,118,174); }

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

background-color css

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

 a { background-color: rgb(224,118,174); }

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

border-color css

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

 span { border-color: rgb(224,118,174); }

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