Html Css Color HEX #E575AF Persian Pink

📋 copy color: '#E575AF'

red 229 ◦ green 117 ◦ blue 175

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

Shades of Persian Pink #E575AF

Tints of Persian Pink #E575AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 43.95%
G = 22.46%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E575AF (or 0xE575AF) is known color: Persian Pink. HEX triplet: E5, 75 and AF. RGB value is (229,117,175). Sum of RGB (Red+Green+Blue) = 229+117+175=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E575AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E575AF is #1A8A50. Grayscale: #9C9C9C. Windows color (decimal): -1739345 or 11498981. OLE color: 11498981.

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

Color convert

RGB 229 117 175 -
CMYK 0 0.49 0.24 0.10
HSL 328.93º 0.68% 0.68% -
HSV(B) 328.93º 0.49% 0.9% -
XYZ 46.41 32.48 44.38 -
YUV 157.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 229 117 175 0 0.49 0.24 0.10 328.93 0.68 0.68
Hex E5 75 AF 0 31 18 A 149 44 44
Octal 345 165 257 0 61 30 12 511 104 104
Binary 11100101 1110101 10101111 0 110001 11000 1010 101001001 1000100 1000100

Color Harmonies of #E575AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575AF

Black with #E575AF

Text Example


Text Example

White with #E575AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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