#EE7BDC

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

Shades of Pale Magenta #EE7BDC

Tints of Pale Magenta #EE7BDC

Color information

#EE7BDC (or 0xEE7BDC) is unknown color: approx Pale Magenta. HEX triplet: EE, 7B and DC. RGB value is (238,123,220). Sum of RGB (Red+Green+Blue) = 238+123+220=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BDC is #118423. Grayscale: #A8A8A8. Windows color (decimal): -1147940 or 14449646. OLE color: 14449646.

HSL color Cylindrical-coordinate representation of color #EE7BDC: hue angle of 309.39º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7BDC is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238123220-
CMYK00.480.080.07
HSL309.39º77.18%70.78%-
HSV(B)309.39º48.32%93.33%-
XYZ55.2637.5172.04-
YUV168.44157.1177.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 123 (48.44% from 255) = 21.17%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=40.96%
G=21.17%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812322000.480.080.07309.3977.1870.78
HexEE7BDC030871354d47
Octal356173334060107465115107
Binary111011101111011110111000110000100011110011010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7BDC; }

 p { color: rgb(238,123,220); }

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

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

 a { background-color: rgb(238,123,220); }

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

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

 span { border-color: rgb(238,123,220); }

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