Html Css Color HEX #EA8ADE Pale Magenta

📋 copy color: '#EA8ADE'

red 234 ◦ green 138 ◦ blue 222

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

Shades of Pale Magenta #EA8ADE

Tints of Pale Magenta #EA8ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.23%

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

R = 39.39%
G = 23.23%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA8ADE (or 0xEA8ADE) is known color: Pale Magenta. HEX triplet: EA, 8A and DE. RGB value is (234,138,222). Sum of RGB (Red+Green+Blue) = 234+138+222=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ADE is #157521. Grayscale: #B0B0B0. Windows color (decimal): -1406242 or 14584554. OLE color: 14584554.

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

Color convert

RGB 234 138 222 -
CMYK 0 0.41 0.05 0.08
HSL 307.5º 0.7% 0.73% -
HSV(B) 307.5º 0.41% 0.92% -
XYZ 56.2 40.94 74.05 -
YUV 176.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 234 138 222 0 0.41 0.05 0.08 307.5 0.7 0.73
Hex EA 8A DE 0 29 5 8 134 46 49
Octal 352 212 336 0 51 5 10 464 106 111
Binary 11101010 10001010 11011110 0 101001 101 1000 100110100 1000110 1001001

Color Harmonies of #EA8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8ADE

Black with #EA8ADE

Text Example


Text Example

White with #EA8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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