#eb71b6

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

Shades of Persian Pink #EB71B6

Tints of Persian Pink #EB71B6

Color information

#EB71B6 (or 0xEB71B6) is unknown color: approx Persian Pink. HEX triplet: EB, 71 and B6. RGB value is (235,113,182). Sum of RGB (Red+Green+Blue) = 235+113+182=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71B6 is #148E49. Grayscale: #9D9D9D. Windows color (decimal): -1347146 or 11956715. OLE color: 11956715.

HSL color Cylindrical-coordinate representation of color #EB71B6: hue angle of 326.07º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB71B6 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235113182-
CMYK00.520.230.08
HSL326.07º75.31%68.24%-
HSV(B)326.07º51.91%92.16%-
XYZ48.6132.8548.03-
YUV157.34141.92183.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.34%
GREEN value IS 113 (44.53% from 255) = 21.32%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=44.34%
G=21.32%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511318200.520.230.08326.0775.3168.24
HexEB71B60341781464b44
Octal3531612660642710506113104
Binary11101011111000110110110011010010111100010100011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb71b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb71b6; }

 p { color: rgb(235,113,182); }

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

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

 a { background-color: rgb(235,113,182); }

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

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

 span { border-color: rgb(235,113,182); }

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