Html Css Color HEX #E573BC Persian Pink

📋 copy color: '#E573BC'

red 229 ◦ green 115 ◦ blue 188

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

Shades of Persian Pink #E573BC

Tints of Persian Pink #E573BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 43.05%
G = 21.62%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E573BC (or 0xE573BC) is known color: Persian Pink. HEX triplet: E5, 73 and BC. RGB value is (229,115,188). Sum of RGB (Red+Green+Blue) = 229+115+188=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E573BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573BC is #1A8C43. Grayscale: #9D9D9D. Windows color (decimal): -1739844 or 12350437. OLE color: 12350437.

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

Color convert

RGB 229 115 188 -
CMYK 0 0.50 0.18 0.10
HSL 321.58º 0.69% 0.67% -
HSV(B) 321.58º 0.5% 0.9% -
XYZ 47.52 32.55 51.36 -
YUV 157.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 229 115 188 0 0.50 0.18 0.10 321.58 0.69 0.67
Hex E5 73 BC 0 32 12 A 142 45 43
Octal 345 163 274 0 62 22 12 502 105 103
Binary 11100101 1110011 10111100 0 110010 10010 1010 101000010 1000101 1000011

Color Harmonies of #E573BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573BC

Black with #E573BC

Text Example


Text Example

White with #E573BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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