Html Css Color HEX #EA8DDE Pale Magenta

📋 copy color: '#EA8DDE'

red 234 ◦ green 141 ◦ blue 222

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

Shades of Pale Magenta #EA8DDE

Tints of Pale Magenta #EA8DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 39.2%
G = 23.62%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA8DDE (or 0xEA8DDE) is known color: Pale Magenta. HEX triplet: EA, 8D and DE. RGB value is (234,141,222). Sum of RGB (Red+Green+Blue) = 234+141+222=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DDE is #157221. Grayscale: #B1B1B1. Windows color (decimal): -1405474 or 14585322. OLE color: 14585322.

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

Color convert

RGB 234 141 222 -
CMYK 0 0.40 0.05 0.08
HSL 307.74º 0.69% 0.74% -
HSV(B) 307.74º 0.4% 0.92% -
XYZ 56.64 41.82 74.19 -
YUV 178.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 234 141 222 0 0.40 0.05 0.08 307.74 0.69 0.74
Hex EA 8D DE 0 28 5 8 134 45 4A
Octal 352 215 336 0 50 5 10 464 105 112
Binary 11101010 10001101 11011110 0 101000 101 1000 100110100 1000101 1001010

Color Harmonies of #EA8DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8DDE

Black with #EA8DDE

Text Example


Text Example

White with #EA8DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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