Html Css Color HEX #E077AF Persian Pink

📋 copy color: '#E077AF'

red 224 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #E077AF

Tints of Persian Pink #E077AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.78%

R = 43.24%
G = 22.97%
B = 33.78%

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

#E077AF (or 0xE077AF) is known color: Persian Pink. HEX triplet: E0, 77 and AF. RGB value is (224,119,175). Sum of RGB (Red+Green+Blue) = 224+119+175=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E077AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E077AF is #1F8850. Grayscale: #9C9C9C. Windows color (decimal): -2066513 or 11499488. OLE color: 11499488.

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

Color convert

RGB 224 119 175 -
CMYK 0 0.47 0.22 0.12
HSL 328º 0.63% 0.67% -
HSV(B) 328º 0.47% 0.88% -
XYZ 45.08 32.14 44.38 -
YUV 156.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 224 119 175 0 0.47 0.22 0.12 328 0.63 0.67
Hex E0 77 AF 0 2F 16 C 148 3F 43
Octal 340 167 257 0 57 26 14 510 77 103
Binary 11100000 1110111 10101111 0 101111 10110 1100 101001000 111111 1000011

Color Harmonies of #E077AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077AF

Black with #E077AF

Text Example


Text Example

White with #E077AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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