#EB77BE

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

Shades of Persian Pink #EB77BE

Tints of Persian Pink #EB77BE

Color information

#EB77BE (or 0xEB77BE) is unknown color: approx Persian Pink. HEX triplet: EB, 77 and BE. RGB value is (235,119,190). Sum of RGB (Red+Green+Blue) = 235+119+190=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77BE is #148841. Grayscale: #A1A1A1. Windows color (decimal): -1345602 or 12482539. OLE color: 12482539.

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

Color convert

RGB235119190-
CMYK00.490.190.08
HSL323.28º74.36%69.41%-
HSV(B)323.28º49.36%92.16%-
XYZ50.1534.5752.75-
YUV161.78143.93180.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 119 (46.88% from 255) = 21.88%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=43.20%
G=21.88%
B=34.93%

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
Decimal23511919000.490.190.08323.2874.3669.41
HexEB77BE0311381434a45
Octal3531672760612310503112105
Binary11101011111011110111110011000110011100010100001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB77BE; }

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

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

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

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

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

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

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

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