Html Css Color HEX #E572AF Persian Pink

📋 copy color: '#E572AF'

red 229 ◦ green 114 ◦ blue 175

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

Shades of Persian Pink #E572AF

Tints of Persian Pink #E572AF

RGB

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

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

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

R = 44.21%
G = 22.01%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E572AF (or 0xE572AF) is known color: Persian Pink. HEX triplet: E5, 72 and AF. RGB value is (229,114,175). Sum of RGB (Red+Green+Blue) = 229+114+175=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E572AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E572AF is #1A8D50. Grayscale: #9B9B9B. Windows color (decimal): -1740113 or 11498213. OLE color: 11498213.

HSL color Cylindrical-coordinate representation of color #E572AF: hue angle of 328.17º 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 #E572AF is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 114 175 -
CMYK 0 0.50 0.24 0.10
HSL 328.17º 0.69% 0.67% -
HSV(B) 328.17º 0.5% 0.9% -
XYZ 46.07 31.79 44.27 -
YUV 155.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 229 114 175 0 0.50 0.24 0.10 328.17 0.69 0.67
Hex E5 72 AF 0 32 18 A 148 45 43
Octal 345 162 257 0 62 30 12 510 105 103
Binary 11100101 1110010 10101111 0 110010 11000 1010 101001000 1000101 1000011

Color Harmonies of #E572AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572AF

Black with #E572AF

Text Example


Text Example

White with #E572AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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