#E875B7

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

Shades of Persian Pink #E875B7

Tints of Persian Pink #E875B7

Color information

#E875B7 (or 0xE875B7) is unknown color: approx Persian Pink. HEX triplet: E8, 75 and B7. RGB value is (232,117,183). Sum of RGB (Red+Green+Blue) = 232+117+183=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E875B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875B7 is #178A48. Grayscale: #9E9E9E. Windows color (decimal): -1542729 or 12023272. OLE color: 12023272.

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

Color convert

RGB232117183-
CMYK00.500.210.09
HSL325.57º71.43%68.43%-
HSV(B)325.57º49.57%90.98%-
XYZ48.1933.348.69-
YUV158.91141.6180.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.61%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=43.61%
G=21.99%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211718300.500.210.09325.5771.4368.43
HexE875B70321591464744
Octal3501652670622511506107104
Binary11101000111010110110111011001010101100110100011010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E875B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E875B7; }

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

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

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

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

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

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

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

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