#EB70B7

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

Shades of Persian Pink #EB70B7

Tints of Persian Pink #EB70B7

Color information

#EB70B7 (or 0xEB70B7) is unknown color: approx Persian Pink. HEX triplet: EB, 70 and B7. RGB value is (235,112,183). Sum of RGB (Red+Green+Blue) = 235+112+183=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB70B7 is #148F48. Grayscale: #9C9C9C. Windows color (decimal): -1347401 or 12021995. OLE color: 12021995.

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

Color convert

RGB235112183-
CMYK00.520.220.08
HSL325.37º75.46%68.04%-
HSV(B)325.37º52.34%92.16%-
XYZ48.632.6748.54-
YUV156.87142.75183.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.34%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=44.34%
G=21.13%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511218300.520.220.08325.3775.4668.04
HexEB70B70341681454b44
Octal3531602670642610505113104
Binary11101011111000010110111011010010110100010100010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB70B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB70B7; }

 p { color: rgb(235,112,183); }

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

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

 a { background-color: rgb(235,112,183); }

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

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

 span { border-color: rgb(235,112,183); }

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