Html Css Color HEX #EA90DB Pale Magenta

📋 copy color: '#EA90DB'

red 234 ◦ green 144 ◦ blue 219

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

Shades of Pale Magenta #EA90DB

Tints of Pale Magenta #EA90DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.12%

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

R = 39.2%
G = 24.12%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA90DB (or 0xEA90DB) is known color: Pale Magenta. HEX triplet: EA, 90 and DB. RGB value is (234,144,219). Sum of RGB (Red+Green+Blue) = 234+144+219=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90DB is #156F24. Grayscale: #B3B3B3. Windows color (decimal): -1404709 or 14389482. OLE color: 14389482.

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

Color convert

RGB 234 144 219 -
CMYK 0 0.38 0.06 0.08
HSL 310º 0.68% 0.74% -
HSV(B) 310º 0.38% 0.92% -
XYZ 56.69 42.55 72.24 -
YUV 179.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 234 144 219 0 0.38 0.06 0.08 310 0.68 0.74
Hex EA 90 DB 0 26 6 8 136 44 4A
Octal 352 220 333 0 46 6 10 466 104 112
Binary 11101010 10010000 11011011 0 100110 110 1000 100110110 1000100 1001010

Color Harmonies of #EA90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA90DB

Black with #EA90DB

Text Example


Text Example

White with #EA90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA90DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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