#E9C0D0

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

Shades of Prim #E9C0D0

Tints of Prim #E9C0D0

Color information

#E9C0D0 (or 0xE9C0D0) is unknown color: approx Prim. HEX triplet: E9, C0 and D0. RGB value is (233,192,208). Sum of RGB (Red+Green+Blue) = 233+192+208=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0D0 is #163F2F. Grayscale: #CECECE. Windows color (decimal): -1457968 or 13680873. OLE color: 13680873.

HSL color Cylindrical-coordinate representation of color #E9C0D0: hue angle of 336.59º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C0D0 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233192208-
CMYK00.180.110.09
HSL336.59º48.24%83.33%-
HSV(B)336.59º17.6%91.37%-
XYZ63.8459.5867.81-
YUV206.08129.08147.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.81%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=36.81%
G=30.33%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319220800.180.110.09336.5948.2483.33
HexE9C0D0012B91513053
Octal351300320022131152160123
Binary111010011100000011010000010010101110011010100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C0D0; }

 p { color: rgb(233,192,208); }

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

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

 a { background-color: rgb(233,192,208); }

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

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

 span { border-color: rgb(233,192,208); }

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