Html Css Color HEX #E575C1 Persian Pink

📋 copy color: '#E575C1'

red 229 ◦ green 117 ◦ blue 193

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

Shades of Persian Pink #E575C1

Tints of Persian Pink #E575C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.81%

R = 42.49%
G = 21.71%
B = 35.81%

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

#E575C1 (or 0xE575C1) is known color: Persian Pink. HEX triplet: E5, 75 and C1. RGB value is (229,117,193). Sum of RGB (Red+Green+Blue) = 229+117+193=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E575C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575C1 is #1A8A3E. Grayscale: #9E9E9E. Windows color (decimal): -1739327 or 12678629. OLE color: 12678629.

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

Color convert

RGB 229 117 193 -
CMYK 0 0.49 0.16 0.10
HSL 319.29º 0.68% 0.68% -
HSV(B) 319.29º 0.49% 0.9% -
XYZ 48.3 33.23 54.32 -
YUV 159.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 229 117 193 0 0.49 0.16 0.10 319.29 0.68 0.68
Hex E5 75 C1 0 31 10 A 13F 44 44
Octal 345 165 301 0 61 20 12 477 104 104
Binary 11100101 1110101 11000001 0 110001 10000 1010 100111111 1000100 1000100

Color Harmonies of #E575C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575C1

Black with #E575C1

Text Example


Text Example

White with #E575C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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