Html Css Color HEX #E575C6 Persian Pink

📋 copy color: '#E575C6'

red 229 ◦ green 117 ◦ blue 198

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

Shades of Persian Pink #E575C6

Tints of Persian Pink #E575C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.4%

R = 42.1%
G = 21.51%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E575C6 (or 0xE575C6) is known color: Persian Pink. HEX triplet: E5, 75 and C6. RGB value is (229,117,198). Sum of RGB (Red+Green+Blue) = 229+117+198=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E575C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575C6 is #1A8A39. Grayscale: #9F9F9F. Windows color (decimal): -1739322 or 13006309. OLE color: 13006309.

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

Color convert

RGB 229 117 198 -
CMYK 0 0.49 0.14 0.10
HSL 316.61º 0.68% 0.68% -
HSV(B) 316.61º 0.49% 0.9% -
XYZ 48.87 33.46 57.31 -
YUV 159.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 229 117 198 0 0.49 0.14 0.10 316.61 0.68 0.68
Hex E5 75 C6 0 31 E A 13D 44 44
Octal 345 165 306 0 61 16 12 475 104 104
Binary 11100101 1110101 11000110 0 110001 1110 1010 100111101 1000100 1000100

Color Harmonies of #E575C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575C6

Black with #E575C6

Text Example


Text Example

White with #E575C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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