#E875B8

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

Shades of Persian Pink #E875B8

Tints of Persian Pink #E875B8

Color information

#E875B8 (or 0xE875B8) is unknown color: approx Persian Pink. HEX triplet: E8, 75 and B8. RGB value is (232,117,184). Sum of RGB (Red+Green+Blue) = 232+117+184=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E875B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875B8 is #178A47. Grayscale: #9E9E9E. Windows color (decimal): -1542728 or 12088808. OLE color: 12088808.

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

Color convert

RGB232117184-
CMYK00.500.210.09
HSL325.04º71.43%68.43%-
HSV(B)325.04º49.57%90.98%-
XYZ48.2933.3449.24-
YUV159.02142.1180.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.53%
GREEN value IS 117 (46.09% from 255) = 21.95%
BLUE value IS 184 (72.27% from 255) = 34.52%
R=43.53%
G=21.95%
B=34.52%

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
Decimal23211718400.500.210.09325.0471.4368.43
HexE875B80321591454744
Octal3501652700622511505107104
Binary11101000111010110111000011001010101100110100010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E875B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E875B8; }

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

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

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

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

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

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

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

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