Html Css Color HEX #EB90DC Pale Magenta

📋 copy color: '#EB90DC'

red 235 ◦ green 144 ◦ blue 220

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

Shades of Pale Magenta #EB90DC

Tints of Pale Magenta #EB90DC

RGB

 RED value IS 235 (92.19% from 255) = 39.23%

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

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

R = 39.23%
G = 24.04%
B = 36.73%

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

#EB90DC (or 0xEB90DC) is known color: Pale Magenta. HEX triplet: EB, 90 and DC. RGB value is (235,144,220). Sum of RGB (Red+Green+Blue) = 235+144+220=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90DC is #146F23. Grayscale: #B3B3B3. Windows color (decimal): -1339172 or 14455019. OLE color: 14455019.

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

Color convert

RGB 235 144 220 -
CMYK 0 0.39 0.06 0.08
HSL 309.89º 0.69% 0.74% -
HSV(B) 309.89º 0.39% 0.92% -
XYZ 57.15 42.78 72.95 -
YUV 179.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 235 144 220 0 0.39 0.06 0.08 309.89 0.69 0.74
Hex EB 90 DC 0 27 6 8 136 45 4A
Octal 353 220 334 0 47 6 10 466 105 112
Binary 11101011 10010000 11011100 0 100111 110 1000 100110110 1000101 1001010

Color Harmonies of #EB90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB90DC

Black with #EB90DC

Text Example


Text Example

White with #EB90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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