Html Css Color HEX #E573AB Persian Pink

📋 copy color: '#E573AB'

red 229 ◦ green 115 ◦ blue 171

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

Shades of Persian Pink #E573AB

Tints of Persian Pink #E573AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.33%

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 44.47%
G = 22.33%
B = 33.2%

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

#E573AB (or 0xE573AB) is known color: Persian Pink. HEX triplet: E5, 73 and AB. RGB value is (229,115,171). Sum of RGB (Red+Green+Blue) = 229+115+171=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E573AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E573AB is #1A8C54. Grayscale: #9B9B9B. Windows color (decimal): -1739861 or 11236325. OLE color: 11236325.

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

Color convert

RGB 229 115 171 -
CMYK 0 0.50 0.25 0.10
HSL 330.53º 0.69% 0.67% -
HSV(B) 330.53º 0.5% 0.9% -
XYZ 45.79 31.86 42.26 -
YUV 155.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 229 115 171 0 0.50 0.25 0.10 330.53 0.69 0.67
Hex E5 73 AB 0 32 19 A 14B 45 43
Octal 345 163 253 0 62 31 12 513 105 103
Binary 11100101 1110011 10101011 0 110010 11001 1010 101001011 1000101 1000011

Color Harmonies of #E573AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573AB

Black with #E573AB

Text Example


Text Example

White with #E573AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573AB; }

 p { color: rgb(229,115,171); }

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

background-color css

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

 a { background-color: rgb(229,115,171); }

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

border-color css

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

 span { border-color: rgb(229,115,171); }

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