Html Css Color HEX #E573B5 Persian Pink

📋 copy color: '#E573B5'

red 229 ◦ green 115 ◦ blue 181

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

Shades of Persian Pink #E573B5

Tints of Persian Pink #E573B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.48%

R = 43.62%
G = 21.9%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E573B5 (or 0xE573B5) is known color: Persian Pink. HEX triplet: E5, 73 and B5. RGB value is (229,115,181). Sum of RGB (Red+Green+Blue) = 229+115+181=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E573B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573B5 is #1A8C4A. Grayscale: #9C9C9C. Windows color (decimal): -1739851 or 11891685. OLE color: 11891685.

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

Color convert

RGB 229 115 181 -
CMYK 0 0.50 0.21 0.10
HSL 325.26º 0.69% 0.67% -
HSV(B) 325.26º 0.5% 0.9% -
XYZ 46.78 32.26 47.48 -
YUV 156.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 229 115 181 0 0.50 0.21 0.10 325.26 0.69 0.67
Hex E5 73 B5 0 32 15 A 145 45 43
Octal 345 163 265 0 62 25 12 505 105 103
Binary 11100101 1110011 10110101 0 110010 10101 1010 101000101 1000101 1000011

Color Harmonies of #E573B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573B5

Black with #E573B5

Text Example


Text Example

White with #E573B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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