#EA7BAD

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

Shades of Persian Pink #EA7BAD

Tints of Persian Pink #EA7BAD

Color information

#EA7BAD (or 0xEA7BAD) is unknown color: approx Persian Pink. HEX triplet: EA, 7B and AD. RGB value is (234,123,173). Sum of RGB (Red+Green+Blue) = 234+123+173=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7BAD is #158452. Grayscale: #A1A1A1. Windows color (decimal): -1410131 or 11369450. OLE color: 11369450.

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

Color convert

RGB234123173-
CMYK00.470.260.08
HSL332.97º72.55%70%-
HSV(B)332.97º47.44%91.76%-
XYZ48.5634.6843.67-
YUV161.89134.27179.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 123 (48.44% from 255) = 23.21%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=44.15%
G=23.21%
B=32.64%

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
Decimal23412317300.470.260.08332.9772.5570
HexEA7BAD02F1A814d4946
Octal3521732550573210515111106
Binary11101010111101110101101010111111010100010100110110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7BAD; }

 p { color: rgb(234,123,173); }

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

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

 a { background-color: rgb(234,123,173); }

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

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

 span { border-color: rgb(234,123,173); }

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