#E7C0CF

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

Shades of Prim #E7C0CF

Tints of Prim #E7C0CF

Color information

#E7C0CF (or 0xE7C0CF) is unknown color: approx Prim. HEX triplet: E7, C0 and CF. RGB value is (231,192,207). Sum of RGB (Red+Green+Blue) = 231+192+207=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0CF is #183F30. Grayscale: #CDCDCD. Windows color (decimal): -1589041 or 13615335. OLE color: 13615335.

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

Color convert

RGB231192207-
CMYK00.170.100.09
HSL336.92º44.83%82.94%-
HSV(B)336.92º16.88%90.59%-
XYZ63.0759.1967.13-
YUV205.37128.92146.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.67%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=36.67%
G=30.48%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119220700.170.100.09336.9244.8382.94
HexE7C0CF011A91512d53
Octal347300317021121152155123
Binary111001111100000011001111010001101010011010100011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0CF; }

 p { color: rgb(231,192,207); }

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

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

 a { background-color: rgb(231,192,207); }

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

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

 span { border-color: rgb(231,192,207); }

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