Html Css Color HEX #EA8DDC Pale Magenta

📋 copy color: '#EA8DDC'

red 234 ◦ green 141 ◦ blue 220

#EA8DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #EA8DDC

Tints of Pale Magenta #EA8DDC

RGB

 RED value IS 234 (91.8% from 255) = 39.33%

 GREEN value IS 141 (55.47% from 255) = 23.7%

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 39.33%
G = 23.7%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA8DDC (or 0xEA8DDC) is known color: Pale Magenta. HEX triplet: EA, 8D and DC. RGB value is (234,141,220). Sum of RGB (Red+Green+Blue) = 234+141+220=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DDC is #157223. Grayscale: #B1B1B1. Windows color (decimal): -1405476 or 14454250. OLE color: 14454250.

HSL color Cylindrical-coordinate representation of color #EA8DDC: hue angle of 309.03º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8DDC is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 220 -
CMYK 0 0.40 0.06 0.08
HSL 309.03º 0.69% 0.74% -
HSV(B) 309.03º 0.4% 0.92% -
XYZ 56.37 41.71 72.79 -
YUV 177.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 234 141 220 0 0.40 0.06 0.08 309.03 0.69 0.74
Hex EA 8D DC 0 28 6 8 135 45 4A
Octal 352 215 334 0 50 6 10 465 105 112
Binary 11101010 10001101 11011100 0 101000 110 1000 100110101 1000101 1001010

Color Harmonies of #EA8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8DDC

Black with #EA8DDC

Text Example


Text Example

White with #EA8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8DDC; }

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

 H1.HeaderClassName
 {
   color: #EA8DDC;
 }
 .AnyTagClassName
 {
   color: #EA8DDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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