Html Css Color HEX #EA8CDD Pale Magenta

📋 copy color: '#EA8CDD'

red 234 ◦ green 140 ◦ blue 221

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

Shades of Pale Magenta #EA8CDD

Tints of Pale Magenta #EA8CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.53%

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

R = 39.33%
G = 23.53%
B = 37.14%

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

#EA8CDD (or 0xEA8CDD) is known color: Pale Magenta. HEX triplet: EA, 8C and DD. RGB value is (234,140,221). Sum of RGB (Red+Green+Blue) = 234+140+221=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8CDD is #157322. Grayscale: #B1B1B1. Windows color (decimal): -1405731 or 14519530. OLE color: 14519530.

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

Color convert

RGB 234 140 221 -
CMYK 0 0.40 0.06 0.08
HSL 308.3º 0.69% 0.73% -
HSV(B) 308.3º 0.4% 0.92% -
XYZ 56.36 41.47 73.44 -
YUV 177.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 234 140 221 0 0.40 0.06 0.08 308.3 0.69 0.73
Hex EA 8C DD 0 28 6 8 134 45 49
Octal 352 214 335 0 50 6 10 464 105 111
Binary 11101010 10001100 11011101 0 101000 110 1000 100110100 1000101 1001001

Color Harmonies of #EA8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8CDD

Black with #EA8CDD

Text Example


Text Example

White with #EA8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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