#EB7DAD

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

Shades of Persian Pink #EB7DAD

Tints of Persian Pink #EB7DAD

Color information

#EB7DAD (or 0xEB7DAD) is unknown color: approx Persian Pink. HEX triplet: EB, 7D and AD. RGB value is (235,125,173). Sum of RGB (Red+Green+Blue) = 235+125+173=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7DAD is #148252. Grayscale: #A3A3A3. Windows color (decimal): -1344083 or 11369963. OLE color: 11369963.

HSL color Cylindrical-coordinate representation of color #EB7DAD: hue angle of 333.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7DAD is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235125173-
CMYK00.470.260.08
HSL333.82º73.33%70.59%-
HSV(B)333.82º46.81%92.16%-
XYZ49.1435.3543.77-
YUV163.36133.44179.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=44.09%
G=23.45%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512517300.470.260.08333.8273.3370.59
HexEB7DAD02F1A814e4947
Octal3531752550573210516111107
Binary11101011111110110101101010111111010100010100111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DAD; }

 p { color: rgb(235,125,173); }

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

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

 a { background-color: rgb(235,125,173); }

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

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

 span { border-color: rgb(235,125,173); }

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