Html Css Color HEX #E578BD Persian Pink

📋 copy color: '#E578BD'

red 229 ◦ green 120 ◦ blue 189

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

Shades of Persian Pink #E578BD

Tints of Persian Pink #E578BD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.3%

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

R = 42.57%
G = 22.3%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E578BD (or 0xE578BD) is known color: Persian Pink. HEX triplet: E5, 78 and BD. RGB value is (229,120,189). Sum of RGB (Red+Green+Blue) = 229+120+189=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E578BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578BD is #1A8742. Grayscale: #A0A0A0. Windows color (decimal): -1738563 or 12417253. OLE color: 12417253.

HSL color Cylindrical-coordinate representation of color #E578BD: hue angle of 322.02º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E578BD is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 120 189 -
CMYK 0 0.48 0.17 0.10
HSL 322.02º 0.68% 0.68% -
HSV(B) 322.02º 0.48% 0.9% -
XYZ 48.21 33.77 52.12 -
YUV 160.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 229 120 189 0 0.48 0.17 0.10 322.02 0.68 0.68
Hex E5 78 BD 0 30 11 A 142 44 44
Octal 345 170 275 0 60 21 12 502 104 104
Binary 11100101 1111000 10111101 0 110000 10001 1010 101000010 1000100 1000100

Color Harmonies of #E578BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E578BD

Black with #E578BD

Text Example


Text Example

White with #E578BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E578BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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