Html Css Color HEX #E072AF Persian Pink

📋 copy color: '#E072AF'

red 224 ◦ green 114 ◦ blue 175

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

Shades of Persian Pink #E072AF

Tints of Persian Pink #E072AF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.22%

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

R = 43.66%
G = 22.22%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E072AF (or 0xE072AF) is known color: Persian Pink. HEX triplet: E0, 72 and AF. RGB value is (224,114,175). Sum of RGB (Red+Green+Blue) = 224+114+175=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E072AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E072AF is #1F8D50. Grayscale: #999999. Windows color (decimal): -2067793 or 11498208. OLE color: 11498208.

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

Color convert

RGB 224 114 175 -
CMYK 0 0.49 0.22 0.12
HSL 326.73º 0.64% 0.66% -
HSV(B) 326.73º 0.49% 0.88% -
XYZ 44.5 30.98 44.19 -
YUV 153.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 224 114 175 0 0.49 0.22 0.12 326.73 0.64 0.66
Hex E0 72 AF 0 31 16 C 147 40 42
Octal 340 162 257 0 61 26 14 507 100 102
Binary 11100000 1110010 10101111 0 110001 10110 1100 101000111 1000000 1000010

Color Harmonies of #E072AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E072AF

Black with #E072AF

Text Example


Text Example

White with #E072AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E072AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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