Html Css Color HEX #E572AC Persian Pink

📋 copy color: '#E572AC'

red 229 ◦ green 114 ◦ blue 172

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

Shades of Persian Pink #E572AC

Tints of Persian Pink #E572AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 44.47%
G = 22.14%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E572AC (or 0xE572AC) is known color: Persian Pink. HEX triplet: E5, 72 and AC. RGB value is (229,114,172). Sum of RGB (Red+Green+Blue) = 229+114+172=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E572AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E572AC is #1A8D53. Grayscale: #9A9A9A. Windows color (decimal): -1740116 or 11301605. OLE color: 11301605.

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

Color convert

RGB 229 114 172 -
CMYK 0 0.50 0.25 0.10
HSL 329.74º 0.69% 0.67% -
HSV(B) 329.74º 0.5% 0.9% -
XYZ 45.78 31.67 42.73 -
YUV 155 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 229 114 172 0 0.50 0.25 0.10 329.74 0.69 0.67
Hex E5 72 AC 0 32 19 A 14A 45 43
Octal 345 162 254 0 62 31 12 512 105 103
Binary 11100101 1110010 10101100 0 110010 11001 1010 101001010 1000101 1000011

Color Harmonies of #E572AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572AC

Black with #E572AC

Text Example


Text Example

White with #E572AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572AC; }

 p { color: rgb(229,114,172); }

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

background-color css

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

 a { background-color: rgb(229,114,172); }

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

border-color css

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

 span { border-color: rgb(229,114,172); }

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