Html Css Color HEX #EA8BDD Pale Magenta

📋 copy color: '#EA8BDD'

red 234 ◦ green 139 ◦ blue 221

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

Shades of Pale Magenta #EA8BDD

Tints of Pale Magenta #EA8BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.21%

R = 39.39%
G = 23.4%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA8BDD (or 0xEA8BDD) is known color: Pale Magenta. HEX triplet: EA, 8B and DD. RGB value is (234,139,221). Sum of RGB (Red+Green+Blue) = 234+139+221=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BDD is #157422. Grayscale: #B0B0B0. Windows color (decimal): -1405987 or 14519274. OLE color: 14519274.

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

Color convert

RGB 234 139 221 -
CMYK 0 0.41 0.06 0.08
HSL 308.21º 0.69% 0.73% -
HSV(B) 308.21º 0.41% 0.92% -
XYZ 56.22 41.18 73.39 -
YUV 176.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 234 139 221 0 0.41 0.06 0.08 308.21 0.69 0.73
Hex EA 8B DD 0 29 6 8 134 45 49
Octal 352 213 335 0 51 6 10 464 105 111
Binary 11101010 10001011 11011101 0 101001 110 1000 100110100 1000101 1001001

Color Harmonies of #EA8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BDD

Black with #EA8BDD

Text Example


Text Example

White with #EA8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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