Html Css Color HEX #E571AF Persian Pink

📋 copy color: '#E571AF'

red 229 ◦ green 113 ◦ blue 175

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

Shades of Persian Pink #E571AF

Tints of Persian Pink #E571AF

RGB

 RED value IS 229 (89.84% from 255) = 44.29%

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

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

R = 44.29%
G = 21.86%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E571AF (or 0xE571AF) is known color: Persian Pink. HEX triplet: E5, 71 and AF. RGB value is (229,113,175). Sum of RGB (Red+Green+Blue) = 229+113+175=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E571AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E571AF is #1A8E50. Grayscale: #9A9A9A. Windows color (decimal): -1740369 or 11497957. OLE color: 11497957.

HSL color Cylindrical-coordinate representation of color #E571AF: hue angle of 327.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E571AF is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 113 175 -
CMYK 0 0.51 0.24 0.10
HSL 327.93º 0.69% 0.67% -
HSV(B) 327.93º 0.51% 0.9% -
XYZ 45.96 31.56 44.23 -
YUV 154.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 229 113 175 0 0.51 0.24 0.10 327.93 0.69 0.67
Hex E5 71 AF 0 33 18 A 148 45 43
Octal 345 161 257 0 63 30 12 510 105 103
Binary 11100101 1110001 10101111 0 110011 11000 1010 101001000 1000101 1000011

Color Harmonies of #E571AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E571AF

Black with #E571AF

Text Example


Text Example

White with #E571AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E571AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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