#EC93E3

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

Shades of Pale Magenta #EC93E3

Tints of Pale Magenta #EC93E3

Color information

#EC93E3 (or 0xEC93E3) is unknown color: approx Pale Magenta. HEX triplet: EC, 93 and E3. RGB value is (236,147,227). Sum of RGB (Red+Green+Blue) = 236+147+227=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93E3 is #136C1C. Grayscale: #B6B6B6. Windows color (decimal): -1272861 or 14914540. OLE color: 14914540.

HSL color Cylindrical-coordinate representation of color #EC93E3: hue angle of 306.07º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC93E3 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB236147227-
CMYK00.380.040.07
HSL306.07º70.08%75.1%-
HSV(B)306.07º37.71%92.55%-
XYZ58.8944.2578.11-
YUV182.73152.99166-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 147 (57.81% from 255) = 24.10%
BLUE value IS 227 (89.06% from 255) = 37.21%
R=38.69%
G=24.10%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614722700.380.040.07306.0770.0875.1
HexEC93E302647132464b
Octal35422334304647462106113
Binary111011001001001111100011010011010011110011001010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC93E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC93E3; }

 p { color: rgb(236,147,227); }

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

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

 a { background-color: rgb(236,147,227); }

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

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

 span { border-color: rgb(236,147,227); }

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