#EB83DE

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

Shades of Pale Magenta #EB83DE

Tints of Pale Magenta #EB83DE

Color information

#EB83DE (or 0xEB83DE) is unknown color: approx Pale Magenta. HEX triplet: EB, 83 and DE. RGB value is (235,131,222). Sum of RGB (Red+Green+Blue) = 235+131+222=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83DE is #147C21. Grayscale: #ACACAC. Windows color (decimal): -1342498 or 14582763. OLE color: 14582763.

HSL color Cylindrical-coordinate representation of color #EB83DE: hue angle of 307.5º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB83DE is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235131222-
CMYK00.440.060.08
HSL307.5º72.22%71.76%-
HSV(B)307.5º44.26%92.16%-
XYZ55.5639.1773.74-
YUV172.47155.96172.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 131 (51.56% from 255) = 22.28%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=39.97%
G=22.28%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513122200.440.060.08307.572.2271.76
HexEB83DE02C681344848
Octal353203336054610464110110
Binary1110101110000011110111100101100110100010011010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB83DE; }

 p { color: rgb(235,131,222); }

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

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

 a { background-color: rgb(235,131,222); }

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

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

 span { border-color: rgb(235,131,222); }

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