Html Css Color HEX #EA8FDB Pale Magenta

📋 copy color: '#EA8FDB'

red 234 ◦ green 143 ◦ blue 219

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

Shades of Pale Magenta #EA8FDB

Tints of Pale Magenta #EA8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.99%

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

R = 39.26%
G = 23.99%
B = 36.74%

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

#EA8FDB (or 0xEA8FDB) is known color: Pale Magenta. HEX triplet: EA, 8F and DB. RGB value is (234,143,219). Sum of RGB (Red+Green+Blue) = 234+143+219=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FDB is #157024. Grayscale: #B2B2B2. Windows color (decimal): -1404965 or 14389226. OLE color: 14389226.

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

Color convert

RGB 234 143 219 -
CMYK 0 0.39 0.06 0.08
HSL 309.89º 0.68% 0.74% -
HSV(B) 309.89º 0.39% 0.92% -
XYZ 56.54 42.25 72.19 -
YUV 178.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 234 143 219 0 0.39 0.06 0.08 309.89 0.68 0.74
Hex EA 8F DB 0 27 6 8 136 44 4A
Octal 352 217 333 0 47 6 10 466 104 112
Binary 11101010 10001111 11011011 0 100111 110 1000 100110110 1000100 1001010

Color Harmonies of #EA8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8FDB

Black with #EA8FDB

Text Example


Text Example

White with #EA8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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