Html Css Color HEX #E071AF Persian Pink

📋 copy color: '#E071AF'

red 224 ◦ green 113 ◦ blue 175

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

Shades of Persian Pink #E071AF

Tints of Persian Pink #E071AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.07%

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

R = 43.75%
G = 22.07%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E071AF (or 0xE071AF) is known color: Persian Pink. HEX triplet: E0, 71 and AF. RGB value is (224,113,175). Sum of RGB (Red+Green+Blue) = 224+113+175=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E071AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E071AF is #1F8E50. Grayscale: #999999. Windows color (decimal): -2068049 or 11497952. OLE color: 11497952.

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

Color convert

RGB 224 113 175 -
CMYK 0 0.50 0.22 0.12
HSL 326.49º 0.64% 0.66% -
HSV(B) 326.49º 0.5% 0.88% -
XYZ 44.38 30.75 44.15 -
YUV 153.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 224 113 175 0 0.50 0.22 0.12 326.49 0.64 0.66
Hex E0 71 AF 0 32 16 C 146 40 42
Octal 340 161 257 0 62 26 14 506 100 102
Binary 11100000 1110001 10101111 0 110010 10110 1100 101000110 1000000 1000010

Color Harmonies of #E071AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071AF

Black with #E071AF

Text Example


Text Example

White with #E071AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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