#EB71B3

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

Shades of Persian Pink #EB71B3

Tints of Persian Pink #EB71B3

Color information

#EB71B3 (or 0xEB71B3) is unknown color: approx Persian Pink. HEX triplet: EB, 71 and B3. RGB value is (235,113,179). Sum of RGB (Red+Green+Blue) = 235+113+179=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71B3 is #148E4C. Grayscale: #9C9C9C. Windows color (decimal): -1347149 or 11760107. OLE color: 11760107.

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

Color convert

RGB235113179-
CMYK00.520.240.08
HSL327.54º75.31%68.24%-
HSV(B)327.54º51.91%92.16%-
XYZ48.332.7346.42-
YUV157140.42183.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.59%
GREEN value IS 113 (44.53% from 255) = 21.44%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=44.59%
G=21.44%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511317900.520.240.08327.5475.3168.24
HexEB71B30341881484b44
Octal3531612630643010510113104
Binary11101011111000110110011011010011000100010100100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71B3; }

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

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

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

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

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

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

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

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