#EA8FD2

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

Shades of Pale Magenta #EA8FD2

Tints of Pale Magenta #EA8FD2

Color information

#EA8FD2 (or 0xEA8FD2) is unknown color: approx Pale Magenta. HEX triplet: EA, 8F and D2. RGB value is (234,143,210). Sum of RGB (Red+Green+Blue) = 234+143+210=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FD2 is #15702D. Grayscale: #B1B1B1. Windows color (decimal): -1404974 or 13799402. OLE color: 13799402.

HSL color Cylindrical-coordinate representation of color #EA8FD2: hue angle of 315.82º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FD2 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234143210-
CMYK00.390.100.08
HSL315.82º68.42%73.92%-
HSV(B)315.82º38.89%91.76%-
XYZ55.3941.7966.12-
YUV177.85146.15168.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 143 (56.25% from 255) = 24.36%
BLUE value IS 210 (82.42% from 255) = 35.78%
R=39.86%
G=24.36%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414321000.390.100.08315.8268.4273.92
HexEA8FD2027A813c444a
Octal3522173220471210474104112
Binary11101010100011111101001001001111010100010011110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FD2; }

 p { color: rgb(234,143,210); }

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

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

 a { background-color: rgb(234,143,210); }

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

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

 span { border-color: rgb(234,143,210); }

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