Html Css Color HEX #E575C0 Persian Pink

📋 copy color: '#E575C0'

red 229 ◦ green 117 ◦ blue 192

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

Shades of Persian Pink #E575C0

Tints of Persian Pink #E575C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.69%

R = 42.57%
G = 21.75%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E575C0 (or 0xE575C0) is known color: Persian Pink. HEX triplet: E5, 75 and C0. RGB value is (229,117,192). Sum of RGB (Red+Green+Blue) = 229+117+192=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E575C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575C0 is #1A8A3F. Grayscale: #9E9E9E. Windows color (decimal): -1739328 or 12613093. OLE color: 12613093.

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

Color convert

RGB 229 117 192 -
CMYK 0 0.49 0.16 0.10
HSL 319.82º 0.68% 0.68% -
HSV(B) 319.82º 0.49% 0.9% -
XYZ 48.19 33.19 53.73 -
YUV 159.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 229 117 192 0 0.49 0.16 0.10 319.82 0.68 0.68
Hex E5 75 C0 0 31 10 A 140 44 44
Octal 345 165 300 0 61 20 12 500 104 104
Binary 11100101 1110101 11000000 0 110001 10000 1010 101000000 1000100 1000100

Color Harmonies of #E575C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575C0

Black with #E575C0

Text Example


Text Example

White with #E575C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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