Html Css Color HEX #EA8CE0 Pale Magenta

📋 copy color: '#EA8CE0'

red 234 ◦ green 140 ◦ blue 224

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

Shades of Pale Magenta #EA8CE0

Tints of Pale Magenta #EA8CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.46%

R = 39.13%
G = 23.41%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA8CE0 (or 0xEA8CE0) is known color: Pale Magenta. HEX triplet: EA, 8C and E0. RGB value is (234,140,224). Sum of RGB (Red+Green+Blue) = 234+140+224=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8CE0 is #15731F. Grayscale: #B1B1B1. Windows color (decimal): -1405728 or 14716138. OLE color: 14716138.

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

Color convert

RGB 234 140 224 -
CMYK 0 0.40 0.04 0.08
HSL 306.38º 0.69% 0.73% -
HSV(B) 306.38º 0.4% 0.92% -
XYZ 56.76 41.63 75.56 -
YUV 177.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 234 140 224 0 0.40 0.04 0.08 306.38 0.69 0.73
Hex EA 8C E0 0 28 4 8 132 45 49
Octal 352 214 340 0 50 4 10 462 105 111
Binary 11101010 10001100 11100000 0 101000 100 1000 100110010 1000101 1001001

Color Harmonies of #EA8CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8CE0

Black with #EA8CE0

Text Example


Text Example

White with #EA8CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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