#EA7EC1

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

Shades of Persian Pink #EA7EC1

Tints of Persian Pink #EA7EC1

Color information

#EA7EC1 (or 0xEA7EC1) is unknown color: approx Persian Pink. HEX triplet: EA, 7E and C1. RGB value is (234,126,193). Sum of RGB (Red+Green+Blue) = 234+126+193=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EC1 is #15813E. Grayscale: #A5A5A5. Windows color (decimal): -1409343 or 12680938. OLE color: 12680938.

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

Color convert

RGB234126193-
CMYK00.460.180.08
HSL322.78º72%70.59%-
HSV(B)322.78º46.15%91.76%-
XYZ51.0236.2654.76-
YUV165.93143.28176.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 126 (49.61% from 255) = 22.78%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=42.31%
G=22.78%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412619300.460.180.08322.787270.59
HexEA7EC102E1281434847
Octal3521763010562210503110107
Binary11101010111111011000001010111010010100010100001110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EC1; }

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

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

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

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

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

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

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

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