Html Css Color HEX #E573B0 Persian Pink

📋 copy color: '#E573B0'

red 229 ◦ green 115 ◦ blue 176

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

Shades of Persian Pink #E573B0

Tints of Persian Pink #E573B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 44.04%
G = 22.12%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E573B0 (or 0xE573B0) is known color: Persian Pink. HEX triplet: E5, 73 and B0. RGB value is (229,115,176). Sum of RGB (Red+Green+Blue) = 229+115+176=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E573B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E573B0 is #1A8C4F. Grayscale: #9B9B9B. Windows color (decimal): -1739856 or 11564005. OLE color: 11564005.

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

Color convert

RGB 229 115 176 -
CMYK 0 0.50 0.23 0.10
HSL 327.89º 0.69% 0.67% -
HSV(B) 327.89º 0.5% 0.9% -
XYZ 46.28 32.05 44.82 -
YUV 156.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 229 115 176 0 0.50 0.23 0.10 327.89 0.69 0.67
Hex E5 73 B0 0 32 17 A 148 45 43
Octal 345 163 260 0 62 27 12 510 105 103
Binary 11100101 1110011 10110000 0 110010 10111 1010 101001000 1000101 1000011

Color Harmonies of #E573B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573B0

Black with #E573B0

Text Example


Text Example

White with #E573B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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