#E875AF

Color #E875AF Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E875AF

Tints of Persian Pink #E875AF

Color information

#E875AF (or 0xE875AF) is unknown color: approx Persian Pink. HEX triplet: E8, 75 and AF. RGB value is (232,117,175). Sum of RGB (Red+Green+Blue) = 232+117+175=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E875AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E875AF is #178A50. Grayscale: #9D9D9D. Windows color (decimal): -1542737 or 11498984. OLE color: 11498984.

HSL color Cylindrical-coordinate representation of color #E875AF: hue angle of 329.74º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E875AF is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232117175-
CMYK00.500.250.09
HSL329.74º71.43%68.43%-
HSV(B)329.74º49.57%90.98%-
XYZ47.3832.9744.42-
YUV158137.6180.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.27%
GREEN value IS 117 (46.09% from 255) = 22.33%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=44.27%
G=22.33%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211717500.500.250.09329.7471.4368.43
HexE875AF03219914a4744
Octal3501652570623111512107104
Binary11101000111010110101111011001011001100110100101010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E875AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E875AF; }

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

 H1.HeaderClassName
 {
   color: #E875AF;
 }
 .AnyTagClassName
 {
   color: #E875AF;
 }
</style>
background-color css

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

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

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

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

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

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