#EA7DAE

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

Shades of Persian Pink #EA7DAE

Tints of Persian Pink #EA7DAE

Color information

#EA7DAE (or 0xEA7DAE) is unknown color: approx Persian Pink. HEX triplet: EA, 7D and AE. RGB value is (234,125,174). Sum of RGB (Red+Green+Blue) = 234+125+174=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7DAE is #158251. Grayscale: #A3A3A3. Windows color (decimal): -1409618 or 11435498. OLE color: 11435498.

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

Color convert

RGB234125174-
CMYK00.470.260.08
HSL333.03º72.19%70.39%-
HSV(B)333.03º46.58%91.76%-
XYZ48.9135.2244.26-
YUV163.18134.11178.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=43.90%
G=23.45%
B=32.65%

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
Decimal23412517400.470.260.08333.0372.1970.39
HexEA7DAE02F1A814d4846
Octal3521752560573210515110106
Binary11101010111110110101110010111111010100010100110110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7DAE; }

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

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

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

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

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

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

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

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