#EB76BC

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

Shades of Persian Pink #EB76BC

Tints of Persian Pink #EB76BC

Color information

#EB76BC (or 0xEB76BC) is unknown color: approx Persian Pink. HEX triplet: EB, 76 and BC. RGB value is (235,118,188). Sum of RGB (Red+Green+Blue) = 235+118+188=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76BC is #148943. Grayscale: #A0A0A0. Windows color (decimal): -1345860 or 12351211. OLE color: 12351211.

HSL color Cylindrical-coordinate representation of color #EB76BC: hue angle of 324.1º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76BC is Cyan = 0, Magento = 0.50, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235118188-
CMYK00.500.20.08
HSL324.1º74.52%69.22%-
HSV(B)324.1º49.79%92.16%-
XYZ49.8234.2551.56-
YUV160.96143.26180.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 118 (46.48% from 255) = 21.81%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=43.44%
G=21.81%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511818800.500.20.08324.174.5269.22
HexEB76BC0321481444b45
Octal3531662740622410504113105
Binary11101011111011010111100011001010100100010100010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76BC; }

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

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

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

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

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

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

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

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