Html Css Color HEX #E077AE Persian Pink

📋 copy color: '#E077AE'

red 224 ◦ green 119 ◦ blue 174

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

Shades of Persian Pink #E077AE

Tints of Persian Pink #E077AE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.02%

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

R = 43.33%
G = 23.02%
B = 33.66%

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

#E077AE (or 0xE077AE) is known color: Persian Pink. HEX triplet: E0, 77 and AE. RGB value is (224,119,174). Sum of RGB (Red+Green+Blue) = 224+119+174=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E077AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E077AE is #1F8851. Grayscale: #9C9C9C. Windows color (decimal): -2066514 or 11433952. OLE color: 11433952.

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

Color convert

RGB 224 119 174 -
CMYK 0 0.47 0.22 0.12
HSL 328.57º 0.63% 0.67% -
HSV(B) 328.57º 0.47% 0.88% -
XYZ 44.98 32.1 43.87 -
YUV 156.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 224 119 174 0 0.47 0.22 0.12 328.57 0.63 0.67
Hex E0 77 AE 0 2F 16 C 149 3F 43
Octal 340 167 256 0 57 26 14 511 77 103
Binary 11100000 1110111 10101110 0 101111 10110 1100 101001001 111111 1000011

Color Harmonies of #E077AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077AE

Black with #E077AE

Text Example


Text Example

White with #E077AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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