#EB78BD

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

Shades of Persian Pink #EB78BD

Tints of Persian Pink #EB78BD

Color information

#EB78BD (or 0xEB78BD) is unknown color: approx Persian Pink. HEX triplet: EB, 78 and BD. RGB value is (235,120,189). Sum of RGB (Red+Green+Blue) = 235+120+189=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78BD is #148742. Grayscale: #A2A2A2. Windows color (decimal): -1345347 or 12417259. OLE color: 12417259.

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

Color convert

RGB235120189-
CMYK00.490.200.08
HSL324º74.19%69.61%-
HSV(B)324º48.94%92.16%-
XYZ50.1634.7752.21-
YUV162.25143.1179.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 120 (47.27% from 255) = 22.06%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=43.20%
G=22.06%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512018900.490.200.0832474.1969.61
HexEB78BD0311481444a46
Octal3531702750612410504112106
Binary11101011111100010111101011000110100100010100010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB78BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB78BD; }

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

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

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

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

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

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

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

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