Html Css Color HEX #EB90D8 Pale Magenta

📋 copy color: '#EB90D8'

red 235 ◦ green 144 ◦ blue 216

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

Shades of Pale Magenta #EB90D8

Tints of Pale Magenta #EB90D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.3%

R = 39.5%
G = 24.2%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EB90D8 (or 0xEB90D8) is known color: Pale Magenta. HEX triplet: EB, 90 and D8. RGB value is (235,144,216). Sum of RGB (Red+Green+Blue) = 235+144+216=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90D8 is #146F27. Grayscale: #B3B3B3. Windows color (decimal): -1339176 or 14192875. OLE color: 14192875.

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

Color convert

RGB 235 144 216 -
CMYK 0 0.39 0.08 0.08
HSL 312.53º 0.69% 0.74% -
HSV(B) 312.53º 0.39% 0.92% -
XYZ 56.63 42.57 70.2 -
YUV 179.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 235 144 216 0 0.39 0.08 0.08 312.53 0.69 0.74
Hex EB 90 D8 0 27 8 8 139 45 4A
Octal 353 220 330 0 47 10 10 471 105 112
Binary 11101011 10010000 11011000 0 100111 1000 1000 100111001 1000101 1001010

Color Harmonies of #EB90D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB90D8

Black with #EB90D8

Text Example


Text Example

White with #EB90D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB90D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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