#eb78bc

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

Shades of Persian Pink #EB78BC

Tints of Persian Pink #EB78BC

Color information

#EB78BC (or 0xEB78BC) is unknown color: approx Persian Pink. HEX triplet: EB, 78 and BC. RGB value is (235,120,188). Sum of RGB (Red+Green+Blue) = 235+120+188=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78BC is #148743. Grayscale: #A1A1A1. Windows color (decimal): -1345348 or 12351723. OLE color: 12351723.

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

Color convert

RGB235120188-
CMYK00.490.20.08
HSL324.52º74.19%69.61%-
HSV(B)324.52º48.94%92.16%-
XYZ50.0534.7351.64-
YUV162.14142.6179.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 120 (47.27% from 255) = 22.10%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=43.28%
G=22.10%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512018800.490.20.08324.5274.1969.61
HexEB78BC0311481454a46
Octal3531702740612410505112106
Binary11101011111100010111100011000110100100010100010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb78bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb78bc; }

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

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

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

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

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

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

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

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