#EB90E2

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

Shades of Pale Magenta #EB90E2

Tints of Pale Magenta #EB90E2

Color information

#EB90E2 (or 0xEB90E2) is unknown color: approx Pale Magenta. HEX triplet: EB, 90 and E2. RGB value is (235,144,226). Sum of RGB (Red+Green+Blue) = 235+144+226=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90E2 is #146F1D. Grayscale: #B4B4B4. Windows color (decimal): -1339166 or 14848235. OLE color: 14848235.

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

Color convert

RGB235144226-
CMYK00.390.040.08
HSL305.93º69.47%74.31%-
HSV(B)305.93º38.72%92.16%-
XYZ57.9643.177.22-
YUV180.56153.65166.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 144 (56.64% from 255) = 23.80%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=38.84%
G=23.80%
B=37.36%

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
Decimal23514422600.390.040.08305.9369.4774.31
HexEB90E202748132454a
Octal353220342047410462105112
Binary1110101110010000111000100100111100100010011001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90E2; }

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

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

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

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

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

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

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

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