#EA7ADC

Color #EA7ADC Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EA7ADC

Tints of Pale Magenta #EA7ADC

Color information

#EA7ADC (or 0xEA7ADC) is unknown color: approx Pale Magenta. HEX triplet: EA, 7A and DC. RGB value is (234,122,220). Sum of RGB (Red+Green+Blue) = 234+122+220=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ADC is #158523. Grayscale: #A6A6A6. Windows color (decimal): -1410340 or 14449386. OLE color: 14449386.

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

Color convert

RGB234122220-
CMYK00.480.060.08
HSL307.5º72.73%69.8%-
HSV(B)307.5º47.86%91.76%-
XYZ53.8136.5871.93-
YUV166.66158.11176.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 122 (48.05% from 255) = 21.18%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=40.62%
G=21.18%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412222000.480.060.08307.572.7369.8
HexEA7ADC030681344946
Octal352172334060610464111106
Binary111010101111010110111000110000110100010011010010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7ADC; }

 p { color: rgb(234,122,220); }

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

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

 a { background-color: rgb(234,122,220); }

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

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

 span { border-color: rgb(234,122,220); }

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