Html Css Color HEX #EB90DD Pale Magenta

📋 copy color: '#EB90DD'

red 235 ◦ green 144 ◦ blue 221

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

Shades of Pale Magenta #EB90DD

Tints of Pale Magenta #EB90DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 39.17%
G = 24%
B = 36.83%

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

#EB90DD (or 0xEB90DD) is known color: Pale Magenta. HEX triplet: EB, 90 and DD. RGB value is (235,144,221). Sum of RGB (Red+Green+Blue) = 235+144+221=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90DD is #146F22. Grayscale: #B3B3B3. Windows color (decimal): -1339171 or 14520555. OLE color: 14520555.

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

Color convert

RGB 235 144 221 -
CMYK 0 0.39 0.06 0.08
HSL 309.23º 0.69% 0.74% -
HSV(B) 309.23º 0.39% 0.92% -
XYZ 57.29 42.83 73.65 -
YUV 179.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 235 144 221 0 0.39 0.06 0.08 309.23 0.69 0.74
Hex EB 90 DD 0 27 6 8 135 45 4A
Octal 353 220 335 0 47 6 10 465 105 112
Binary 11101011 10010000 11011101 0 100111 110 1000 100110101 1000101 1001010

Color Harmonies of #EB90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB90DD

Black with #EB90DD

Text Example


Text Example

White with #EB90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB90DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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