Html Css Color HEX #E573BD Persian Pink

📋 copy color: '#E573BD'

red 229 ◦ green 115 ◦ blue 189

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

Shades of Persian Pink #E573BD

Tints of Persian Pink #E573BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.46%

R = 42.96%
G = 21.58%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E573BD (or 0xE573BD) is known color: Persian Pink. HEX triplet: E5, 73 and BD. RGB value is (229,115,189). Sum of RGB (Red+Green+Blue) = 229+115+189=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E573BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573BD is #1A8C42. Grayscale: #9D9D9D. Windows color (decimal): -1739843 or 12415973. OLE color: 12415973.

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

Color convert

RGB 229 115 189 -
CMYK 0 0.50 0.17 0.10
HSL 321.05º 0.69% 0.67% -
HSV(B) 321.05º 0.5% 0.9% -
XYZ 47.63 32.59 51.92 -
YUV 157.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 229 115 189 0 0.50 0.17 0.10 321.05 0.69 0.67
Hex E5 73 BD 0 32 11 A 141 45 43
Octal 345 163 275 0 62 21 12 501 105 103
Binary 11100101 1110011 10111101 0 110010 10001 1010 101000001 1000101 1000011

Color Harmonies of #E573BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573BD

Black with #E573BD

Text Example


Text Example

White with #E573BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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