#EB90E1

Color #EB90E1 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EB90E1

Tints of Pale Magenta #EB90E1

Color information

#EB90E1 (or 0xEB90E1) is unknown color: approx Pale Magenta. HEX triplet: EB, 90 and E1. RGB value is (235,144,225). Sum of RGB (Red+Green+Blue) = 235+144+225=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90E1 is #146F1E. Grayscale: #B4B4B4. Windows color (decimal): -1339167 or 14782699. OLE color: 14782699.

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

Color convert

RGB235144225-
CMYK00.390.040.08
HSL306.59º69.47%74.31%-
HSV(B)306.59º38.72%92.16%-
XYZ57.8243.0476.49-
YUV180.44153.15166.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 144 (56.64% from 255) = 23.84%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=38.91%
G=23.84%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514422500.390.040.08306.5969.4774.31
HexEB90E102748133454a
Octal353220341047410463105112
Binary1110101110010000111000010100111100100010011001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90E1; }

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

 H1.HeaderClassName
 {
   color: #EB90E1;
 }
 .AnyTagClassName
 {
   color: #EB90E1;
 }
</style>
background-color css

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

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

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

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

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

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