Html Css Color HEX #E076AF Persian Pink

📋 copy color: '#E076AF'

red 224 ◦ green 118 ◦ blue 175

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

Shades of Persian Pink #E076AF

Tints of Persian Pink #E076AF

RGB

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

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

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

R = 43.33%
G = 22.82%
B = 33.85%

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

#E076AF (or 0xE076AF) is known color: Persian Pink. HEX triplet: E0, 76 and AF. RGB value is (224,118,175). Sum of RGB (Red+Green+Blue) = 224+118+175=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E076AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076AF is #1F8950. Grayscale: #9C9C9C. Windows color (decimal): -2066769 or 11499232. OLE color: 11499232.

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

Color convert

RGB 224 118 175 -
CMYK 0 0.47 0.22 0.12
HSL 327.74º 0.63% 0.67% -
HSV(B) 327.74º 0.47% 0.88% -
XYZ 44.96 31.9 44.35 -
YUV 156.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 224 118 175 0 0.47 0.22 0.12 327.74 0.63 0.67
Hex E0 76 AF 0 2F 16 C 148 3F 43
Octal 340 166 257 0 57 26 14 510 77 103
Binary 11100000 1110110 10101111 0 101111 10110 1100 101001000 111111 1000011

Color Harmonies of #E076AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076AF

Black with #E076AF

Text Example


Text Example

White with #E076AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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