Html Css Color HEX #EA8BDA Pale Magenta

📋 copy color: '#EA8BDA'

red 234 ◦ green 139 ◦ blue 218

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

Shades of Pale Magenta #EA8BDA

Tints of Pale Magenta #EA8BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.52%

 BLUE value IS 218 (85.55% from 255) = 36.89%

R = 39.59%
G = 23.52%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA8BDA (or 0xEA8BDA) is known color: Pale Magenta. HEX triplet: EA, 8B and DA. RGB value is (234,139,218). Sum of RGB (Red+Green+Blue) = 234+139+218=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BDA is #157425. Grayscale: #B0B0B0. Windows color (decimal): -1405990 or 14322666. OLE color: 14322666.

HSL color Cylindrical-coordinate representation of color #EA8BDA: hue angle of 310.11º degrees, saturation: 0.69, 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 #EA8BDA is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 139 218 -
CMYK 0 0.41 0.07 0.08
HSL 310.11º 0.69% 0.73% -
HSV(B) 310.11º 0.41% 0.92% -
XYZ 55.82 41.02 71.31 -
YUV 176.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 234 139 218 0 0.41 0.07 0.08 310.11 0.69 0.73
Hex EA 8B DA 0 29 7 8 136 45 49
Octal 352 213 332 0 51 7 10 466 105 111
Binary 11101010 10001011 11011010 0 101001 111 1000 100110110 1000101 1001001

Color Harmonies of #EA8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BDA

Black with #EA8BDA

Text Example


Text Example

White with #EA8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BDA; }

 p { color: rgb(234,139,218); }

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

background-color css

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

 a { background-color: rgb(234,139,218); }

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

border-color css

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

 span { border-color: rgb(234,139,218); }

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