#E0B2B0

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

Shades of Cavern Pink #E0B2B0

Tints of Cavern Pink #E0B2B0

Color information

#E0B2B0 (or 0xE0B2B0) is unknown color: approx Cavern Pink. HEX triplet: E0, B2 and B0. RGB value is (224,178,176). Sum of RGB (Red+Green+Blue) = 224+178+176=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B2B0 is #1F4D4F. Grayscale: #BFBFBF. Windows color (decimal): -2051408 or 11580128. OLE color: 11580128.

HSL color Cylindrical-coordinate representation of color #E0B2B0: hue angle of 2.5º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B2B0 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB224178176-
CMYK00.210.210.12
HSL2.5º43.64%78.43%-
HSV(B)2.5º21.43%87.84%-
XYZ54.550.8248.01-
YUV191.53119.24151.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.75%
GREEN value IS 178 (69.92% from 255) = 30.80%
BLUE value IS 176 (69.14% from 255) = 30.45%
R=38.75%
G=30.80%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417817600.210.210.122.543.6478.43
HexE0B2B001515C32c4e
Octal3402622600252514354116
Binary111000001011001010110000010101101011100111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B2B0; }

 p { color: rgb(224,178,176); }

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

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

 a { background-color: rgb(224,178,176); }

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

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

 span { border-color: rgb(224,178,176); }

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