#EB78B9

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

Shades of Persian Pink #EB78B9

Tints of Persian Pink #EB78B9

Color information

#EB78B9 (or 0xEB78B9) is unknown color: approx Persian Pink. HEX triplet: EB, 78 and B9. RGB value is (235,120,185). Sum of RGB (Red+Green+Blue) = 235+120+185=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78B9 is #148746. Grayscale: #A1A1A1. Windows color (decimal): -1345351 or 12155115. OLE color: 12155115.

HSL color Cylindrical-coordinate representation of color #EB78B9: hue angle of 326.09º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB78B9 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235120185-
CMYK00.490.210.08
HSL326.09º74.19%69.61%-
HSV(B)326.09º48.94%92.16%-
XYZ49.7334.649.96-
YUV161.79141.1180.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 120 (47.27% from 255) = 22.22%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=43.52%
G=22.22%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512018500.490.210.08326.0974.1969.61
HexEB78B90311581464a46
Octal3531702710612510506112106
Binary11101011111100010111001011000110101100010100011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB78B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB78B9; }

 p { color: rgb(235,120,185); }

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

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

 a { background-color: rgb(235,120,185); }

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

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

 span { border-color: rgb(235,120,185); }

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