Html Css Color HEX #EA8EDF Pale Magenta

📋 copy color: '#EA8EDF'

red 234 ◦ green 142 ◦ blue 223

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

Shades of Pale Magenta #EA8EDF

Tints of Pale Magenta #EA8EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.71%

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

R = 39.07%
G = 23.71%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA8EDF (or 0xEA8EDF) is known color: Pale Magenta. HEX triplet: EA, 8E and DF. RGB value is (234,142,223). Sum of RGB (Red+Green+Blue) = 234+142+223=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8EDF is #157120. Grayscale: #B2B2B2. Windows color (decimal): -1405217 or 14651114. OLE color: 14651114.

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

Color convert

RGB 234 142 223 -
CMYK 0 0.39 0.05 0.08
HSL 307.17º 0.69% 0.74% -
HSV(B) 307.17º 0.39% 0.92% -
XYZ 56.92 42.17 74.95 -
YUV 178.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 234 142 223 0 0.39 0.05 0.08 307.17 0.69 0.74
Hex EA 8E DF 0 27 5 8 133 45 4A
Octal 352 216 337 0 47 5 10 463 105 112
Binary 11101010 10001110 11011111 0 100111 101 1000 100110011 1000101 1001010

Color Harmonies of #EA8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8EDF

Black with #EA8EDF

Text Example


Text Example

White with #EA8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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