Html Css Color HEX #EA8DDF Pale Magenta

📋 copy color: '#EA8DDF'

red 234 ◦ green 141 ◦ blue 223

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

Shades of Pale Magenta #EA8DDF

Tints of Pale Magenta #EA8DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 39.13%
G = 23.58%
B = 37.29%

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

#EA8DDF (or 0xEA8DDF) is known color: Pale Magenta. HEX triplet: EA, 8D and DF. RGB value is (234,141,223). Sum of RGB (Red+Green+Blue) = 234+141+223=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DDF is #157220. Grayscale: #B1B1B1. Windows color (decimal): -1405473 or 14650858. OLE color: 14650858.

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

Color convert

RGB 234 141 223 -
CMYK 0 0.40 0.05 0.08
HSL 307.1º 0.69% 0.74% -
HSV(B) 307.1º 0.4% 0.92% -
XYZ 56.78 41.87 74.9 -
YUV 178.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 234 141 223 0 0.40 0.05 0.08 307.1 0.69 0.74
Hex EA 8D DF 0 28 5 8 133 45 4A
Octal 352 215 337 0 50 5 10 463 105 112
Binary 11101010 10001101 11011111 0 101000 101 1000 100110011 1000101 1001010

Color Harmonies of #EA8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8DDF

Black with #EA8DDF

Text Example


Text Example

White with #EA8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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