#EB70B8

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

Shades of Persian Pink #EB70B8

Tints of Persian Pink #EB70B8

Color information

#EB70B8 (or 0xEB70B8) is unknown color: approx Persian Pink. HEX triplet: EB, 70 and B8. RGB value is (235,112,184). Sum of RGB (Red+Green+Blue) = 235+112+184=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB70B8 is #148F47. Grayscale: #9C9C9C. Windows color (decimal): -1347400 or 12087531. OLE color: 12087531.

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

Color convert

RGB235112184-
CMYK00.520.220.08
HSL324.88º75.46%68.04%-
HSV(B)324.88º52.34%92.16%-
XYZ48.7132.7149.09-
YUV156.99143.25183.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 112 (44.14% from 255) = 21.09%
BLUE value IS 184 (72.27% from 255) = 34.65%
R=44.26%
G=21.09%
B=34.65%

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
Decimal23511218400.520.220.08324.8875.4668.04
HexEB70B80341681454b44
Octal3531602700642610505113104
Binary11101011111000010111000011010010110100010100010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB70B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB70B8; }

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

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

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

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

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

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

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

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