#EA7EBC

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

Shades of Persian Pink #EA7EBC

Tints of Persian Pink #EA7EBC

Color information

#EA7EBC (or 0xEA7EBC) is unknown color: approx Persian Pink. HEX triplet: EA, 7E and BC. RGB value is (234,126,188). Sum of RGB (Red+Green+Blue) = 234+126+188=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EBC is #158143. Grayscale: #A5A5A5. Windows color (decimal): -1409348 or 12353258. OLE color: 12353258.

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

Color convert

RGB234126188-
CMYK00.460.200.08
HSL325.56º72%70.59%-
HSV(B)325.56º46.15%91.76%-
XYZ50.4736.0451.87-
YUV165.36140.78176.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 126 (49.61% from 255) = 22.99%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=42.70%
G=22.99%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412618800.460.200.08325.567270.59
HexEA7EBC02E1481464847
Octal3521762740562410506110107
Binary11101010111111010111100010111010100100010100011010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EBC; }

 p { color: rgb(234,126,188); }

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

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

 a { background-color: rgb(234,126,188); }

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

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

 span { border-color: rgb(234,126,188); }

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