#EB7CDC

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

Shades of Pale Magenta #EB7CDC

Tints of Pale Magenta #EB7CDC

Color information

#EB7CDC (or 0xEB7CDC) is unknown color: approx Pale Magenta. HEX triplet: EB, 7C and DC. RGB value is (235,124,220). Sum of RGB (Red+Green+Blue) = 235+124+220=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7CDC is #148323. Grayscale: #A7A7A7. Windows color (decimal): -1344292 or 14449899. OLE color: 14449899.

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

Color convert

RGB235124220-
CMYK00.470.060.08
HSL308.11º73.51%70.39%-
HSV(B)308.11º47.23%92.16%-
XYZ54.3937.2472.03-
YUV168.13157.27175.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 124 (48.83% from 255) = 21.42%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=40.59%
G=21.42%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512422000.470.060.08308.1173.5170.39
HexEB7CDC02F681344a46
Octal353174334057610464112106
Binary111010111111100110111000101111110100010011010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7CDC; }

 p { color: rgb(235,124,220); }

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

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

 a { background-color: rgb(235,124,220); }

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

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

 span { border-color: rgb(235,124,220); }

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