#EB71B4

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

Shades of Persian Pink #EB71B4

Tints of Persian Pink #EB71B4

Color information

#EB71B4 (or 0xEB71B4) is unknown color: approx Persian Pink. HEX triplet: EB, 71 and B4. RGB value is (235,113,180). Sum of RGB (Red+Green+Blue) = 235+113+180=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71B4 is #148E4B. Grayscale: #9C9C9C. Windows color (decimal): -1347148 or 11825643. OLE color: 11825643.

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

Color convert

RGB235113180-
CMYK00.520.230.08
HSL327.05º75.31%68.24%-
HSV(B)327.05º51.91%92.16%-
XYZ48.432.7746.95-
YUV157.12140.92183.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 113 (44.53% from 255) = 21.40%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=44.51%
G=21.40%
B=34.09%

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
Decimal23511318000.520.230.08327.0575.3168.24
HexEB71B40341781474b44
Octal3531612640642710507113104
Binary11101011111000110110100011010010111100010100011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71B4; }

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

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

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

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

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

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

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

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