Html Css Color HEX #E573B2 Persian Pink

📋 copy color: '#E573B2'

red 229 ◦ green 115 ◦ blue 178

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

Shades of Persian Pink #E573B2

Tints of Persian Pink #E573B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.1%

R = 43.87%
G = 22.03%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E573B2 (or 0xE573B2) is known color: Persian Pink. HEX triplet: E5, 73 and B2. RGB value is (229,115,178). Sum of RGB (Red+Green+Blue) = 229+115+178=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E573B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E573B2 is #1A8C4D. Grayscale: #9C9C9C. Windows color (decimal): -1739854 or 11695077. OLE color: 11695077.

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

Color convert

RGB 229 115 178 -
CMYK 0 0.50 0.22 0.10
HSL 326.84º 0.69% 0.67% -
HSV(B) 326.84º 0.5% 0.9% -
XYZ 46.48 32.13 45.87 -
YUV 156.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 229 115 178 0 0.50 0.22 0.10 326.84 0.69 0.67
Hex E5 73 B2 0 32 16 A 147 45 43
Octal 345 163 262 0 62 26 12 507 105 103
Binary 11100101 1110011 10110010 0 110010 10110 1010 101000111 1000101 1000011

Color Harmonies of #E573B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573B2

Black with #E573B2

Text Example


Text Example

White with #E573B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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