Html Css Color HEX #EA90DC Pale Magenta

📋 copy color: '#EA90DC'

red 234 ◦ green 144 ◦ blue 220

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

Shades of Pale Magenta #EA90DC

Tints of Pale Magenta #EA90DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 39.13%
G = 24.08%
B = 36.79%

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

#EA90DC (or 0xEA90DC) is known color: Pale Magenta. HEX triplet: EA, 90 and DC. RGB value is (234,144,220). Sum of RGB (Red+Green+Blue) = 234+144+220=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90DC is #156F23. Grayscale: #B3B3B3. Windows color (decimal): -1404708 or 14455018. OLE color: 14455018.

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

Color convert

RGB 234 144 220 -
CMYK 0 0.38 0.06 0.08
HSL 309.33º 0.68% 0.74% -
HSV(B) 309.33º 0.38% 0.92% -
XYZ 56.82 42.61 72.94 -
YUV 179.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 234 144 220 0 0.38 0.06 0.08 309.33 0.68 0.74
Hex EA 90 DC 0 26 6 8 135 44 4A
Octal 352 220 334 0 46 6 10 465 104 112
Binary 11101010 10010000 11011100 0 100110 110 1000 100110101 1000100 1001010

Color Harmonies of #EA90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA90DC

Black with #EA90DC

Text Example


Text Example

White with #EA90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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