#E7BBB0

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

Shades of Cavern Pink #E7BBB0

Tints of Cavern Pink #E7BBB0

Color information

#E7BBB0 (or 0xE7BBB0) is unknown color: approx Cavern Pink. HEX triplet: E7, BB and B0. RGB value is (231,187,176). Sum of RGB (Red+Green+Blue) = 231+187+176=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BBB0 is #18444F. Grayscale: #C6C6C6. Windows color (decimal): -1590352 or 11582439. OLE color: 11582439.

HSL color Cylindrical-coordinate representation of color #E7BBB0: hue angle of 12º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7BBB0 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB231187176-
CMYK00.190.240.09
HSL12º53.4%79.8%-
HSV(B)12º23.81%90.59%-
XYZ58.5655.6648.73-
YUV198.9115.08150.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 176 (69.14% from 255) = 29.63%
R=38.89%
G=31.48%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118717600.190.240.091253.479.8
HexE7BBB0013189c3550
Octal34727326002330111465120
Binary11100111101110111011000001001111000100111001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBB0; }

 p { color: rgb(231,187,176); }

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

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

 a { background-color: rgb(231,187,176); }

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

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

 span { border-color: rgb(231,187,176); }

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