Html Css Color HEX #EA8EDB Pale Magenta

📋 copy color: '#EA8EDB'

red 234 ◦ green 142 ◦ blue 219

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

Shades of Pale Magenta #EA8EDB

Tints of Pale Magenta #EA8EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 39.33%
G = 23.87%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA8EDB (or 0xEA8EDB) is known color: Pale Magenta. HEX triplet: EA, 8E and DB. RGB value is (234,142,219). Sum of RGB (Red+Green+Blue) = 234+142+219=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8EDB is #157124. Grayscale: #B2B2B2. Windows color (decimal): -1405221 or 14388970. OLE color: 14388970.

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

Color convert

RGB 234 142 219 -
CMYK 0 0.39 0.06 0.08
HSL 309.78º 0.69% 0.74% -
HSV(B) 309.78º 0.39% 0.92% -
XYZ 56.39 41.95 72.14 -
YUV 178.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 234 142 219 0 0.39 0.06 0.08 309.78 0.69 0.74
Hex EA 8E DB 0 27 6 8 136 45 4A
Octal 352 216 333 0 47 6 10 466 105 112
Binary 11101010 10001110 11011011 0 100111 110 1000 100110110 1000101 1001010

Color Harmonies of #EA8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8EDB

Black with #EA8EDB

Text Example


Text Example

White with #EA8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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