Html Css Color HEX #E077AC Persian Pink

📋 copy color: '#E077AC'

red 224 ◦ green 119 ◦ blue 172

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

Shades of Persian Pink #E077AC

Tints of Persian Pink #E077AC

RGB

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

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

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

R = 43.5%
G = 23.11%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E077AC (or 0xE077AC) is known color: Persian Pink. HEX triplet: E0, 77 and AC. RGB value is (224,119,172). Sum of RGB (Red+Green+Blue) = 224+119+172=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E077AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E077AC is #1F8853. Grayscale: #9C9C9C. Windows color (decimal): -2066516 or 11302880. OLE color: 11302880.

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

Color convert

RGB 224 119 172 -
CMYK 0 0.47 0.23 0.12
HSL 329.71º 0.63% 0.67% -
HSV(B) 329.71º 0.47% 0.88% -
XYZ 44.78 32.02 42.85 -
YUV 156.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 224 119 172 0 0.47 0.23 0.12 329.71 0.63 0.67
Hex E0 77 AC 0 2F 17 C 14A 3F 43
Octal 340 167 254 0 57 27 14 512 77 103
Binary 11100000 1110111 10101100 0 101111 10111 1100 101001010 111111 1000011

Color Harmonies of #E077AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077AC

Black with #E077AC

Text Example


Text Example

White with #E077AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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