#EB78BE

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

Shades of Persian Pink #EB78BE

Tints of Persian Pink #EB78BE

Color information

#EB78BE (or 0xEB78BE) is unknown color: approx Persian Pink. HEX triplet: EB, 78 and BE. RGB value is (235,120,190). Sum of RGB (Red+Green+Blue) = 235+120+190=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78BE is #148741. Grayscale: #A2A2A2. Windows color (decimal): -1345346 or 12482795. OLE color: 12482795.

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

Color convert

RGB235120190-
CMYK00.490.190.08
HSL323.48º74.19%69.61%-
HSV(B)323.48º48.94%92.16%-
XYZ50.2734.8152.79-
YUV162.36143.6179.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 120 (47.27% from 255) = 22.02%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=43.12%
G=22.02%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512019000.490.190.08323.4874.1969.61
HexEB78BE0311381434a46
Octal3531702760612310503112106
Binary11101011111100010111110011000110011100010100001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB78BE; }

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

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

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

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

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

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

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

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