#EB7DAE

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

Shades of Persian Pink #EB7DAE

Tints of Persian Pink #EB7DAE

Color information

#EB7DAE (or 0xEB7DAE) is unknown color: approx Persian Pink. HEX triplet: EB, 7D and AE. RGB value is (235,125,174). Sum of RGB (Red+Green+Blue) = 235+125+174=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7DAE is #148251. Grayscale: #A3A3A3. Windows color (decimal): -1344082 or 11435499. OLE color: 11435499.

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

Color convert

RGB235125174-
CMYK00.470.260.08
HSL333.27º73.33%70.59%-
HSV(B)333.27º46.81%92.16%-
XYZ49.2335.3944.28-
YUV163.48133.94179.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=44.01%
G=23.41%
B=32.58%

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
Decimal23512517400.470.260.08333.2773.3370.59
HexEB7DAE02F1A814d4947
Octal3531752560573210515111107
Binary11101011111110110101110010111111010100010100110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DAE; }

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

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

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

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

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

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

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

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