#EB78B8

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

Shades of Persian Pink #EB78B8

Tints of Persian Pink #EB78B8

Color information

#EB78B8 (or 0xEB78B8) is unknown color: approx Persian Pink. HEX triplet: EB, 78 and B8. RGB value is (235,120,184). Sum of RGB (Red+Green+Blue) = 235+120+184=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78B8 is #148747. Grayscale: #A1A1A1. Windows color (decimal): -1345352 or 12089579. OLE color: 12089579.

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

Color convert

RGB235120184-
CMYK00.490.220.08
HSL326.61º74.19%69.61%-
HSV(B)326.61º48.94%92.16%-
XYZ49.6334.5649.4-
YUV161.68140.6180.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 120 (47.27% from 255) = 22.26%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=43.60%
G=22.26%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512018400.490.220.08326.6174.1969.61
HexEB78B80311681474a46
Octal3531702700612610507112106
Binary11101011111100010111000011000110110100010100011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB78B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB78B8; }

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

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

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

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

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

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

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

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