#E875B4

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

Shades of Persian Pink #E875B4

Tints of Persian Pink #E875B4

Color information

#E875B4 (or 0xE875B4) is unknown color: approx Persian Pink. HEX triplet: E8, 75 and B4. RGB value is (232,117,180). Sum of RGB (Red+Green+Blue) = 232+117+180=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E875B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875B4 is #178A4B. Grayscale: #9E9E9E. Windows color (decimal): -1542732 or 11826664. OLE color: 11826664.

HSL color Cylindrical-coordinate representation of color #E875B4: hue angle of 327.13º 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 #E875B4 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB232117180-
CMYK00.500.220.09
HSL327.13º71.43%68.43%-
HSV(B)327.13º49.57%90.98%-
XYZ47.8833.1747.06-
YUV158.57140.1180.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.86%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 180 (70.70% from 255) = 34.03%
R=43.86%
G=22.12%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211718000.500.220.09327.1371.4368.43
HexE875B40321691474744
Octal3501652640622611507107104
Binary11101000111010110110100011001010110100110100011110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E875B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E875B4; }

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

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

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

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

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

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

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

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