Html Css Color HEX #E575BC Persian Pink

📋 copy color: '#E575BC'

red 229 ◦ green 117 ◦ blue 188

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

Shades of Persian Pink #E575BC

Tints of Persian Pink #E575BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.91%

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

R = 42.88%
G = 21.91%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E575BC (or 0xE575BC) is known color: Persian Pink. HEX triplet: E5, 75 and BC. RGB value is (229,117,188). Sum of RGB (Red+Green+Blue) = 229+117+188=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E575BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575BC is #1A8A43. Grayscale: #9E9E9E. Windows color (decimal): -1739332 or 12350949. OLE color: 12350949.

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

Color convert

RGB 229 117 188 -
CMYK 0 0.49 0.18 0.10
HSL 321.96º 0.68% 0.68% -
HSV(B) 321.96º 0.49% 0.9% -
XYZ 47.75 33.01 51.43 -
YUV 158.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 229 117 188 0 0.49 0.18 0.10 321.96 0.68 0.68
Hex E5 75 BC 0 31 12 A 142 44 44
Octal 345 165 274 0 61 22 12 502 104 104
Binary 11100101 1110101 10111100 0 110001 10010 1010 101000010 1000100 1000100

Color Harmonies of #E575BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575BC

Black with #E575BC

Text Example


Text Example

White with #E575BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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