Html Css Color HEX #E573B4 Persian Pink

📋 copy color: '#E573B4'

red 229 ◦ green 115 ◦ blue 180

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

Shades of Persian Pink #E573B4

Tints of Persian Pink #E573B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.35%

R = 43.7%
G = 21.95%
B = 34.35%

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

#E573B4 (or 0xE573B4) is known color: Persian Pink. HEX triplet: E5, 73 and B4. RGB value is (229,115,180). Sum of RGB (Red+Green+Blue) = 229+115+180=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E573B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573B4 is #1A8C4B. Grayscale: #9C9C9C. Windows color (decimal): -1739852 or 11826149. OLE color: 11826149.

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

Color convert

RGB 229 115 180 -
CMYK 0 0.50 0.21 0.10
HSL 325.79º 0.69% 0.67% -
HSV(B) 325.79º 0.5% 0.9% -
XYZ 46.68 32.21 46.94 -
YUV 156.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 229 115 180 0 0.50 0.21 0.10 325.79 0.69 0.67
Hex E5 73 B4 0 32 15 A 146 45 43
Octal 345 163 264 0 62 25 12 506 105 103
Binary 11100101 1110011 10110100 0 110010 10101 1010 101000110 1000101 1000011

Color Harmonies of #E573B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573B4

Black with #E573B4

Text Example


Text Example

White with #E573B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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