Html Css Color HEX #E573BE Persian Pink

📋 copy color: '#E573BE'

red 229 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #E573BE

Tints of Persian Pink #E573BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 42.88%
G = 21.54%
B = 35.58%

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

#E573BE (or 0xE573BE) is known color: Persian Pink. HEX triplet: E5, 73 and BE. RGB value is (229,115,190). Sum of RGB (Red+Green+Blue) = 229+115+190=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E573BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573BE is #1A8C41. Grayscale: #9D9D9D. Windows color (decimal): -1739842 or 12481509. OLE color: 12481509.

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

Color convert

RGB 229 115 190 -
CMYK 0 0.50 0.17 0.10
HSL 320.53º 0.69% 0.67% -
HSV(B) 320.53º 0.5% 0.9% -
XYZ 47.74 32.64 52.5 -
YUV 157.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 229 115 190 0 0.50 0.17 0.10 320.53 0.69 0.67
Hex E5 73 BE 0 32 11 A 141 45 43
Octal 345 163 276 0 62 21 12 501 105 103
Binary 11100101 1110011 10111110 0 110010 10001 1010 101000001 1000101 1000011

Color Harmonies of #E573BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573BE

Black with #E573BE

Text Example


Text Example

White with #E573BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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