Html Css Color HEX #E0BCBB Cavern Pink

📋 copy color: '#E0BCBB'

red 224 ◦ green 188 ◦ blue 187

#E0BCBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cavern Pink #E0BCBB

Tints of Cavern Pink #E0BCBB

RGB

 RED value IS 224 (87.89% from 255) = 37.4%

 GREEN value IS 188 (73.83% from 255) = 31.39%

 BLUE value IS 187 (73.44% from 255) = 31.22%

R = 37.4%
G = 31.39%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E0BCBB (or 0xE0BCBB) is known color: Cavern Pink. HEX triplet: E0, BC and BB. RGB value is (224,188,187). Sum of RGB (Red+Green+Blue) = 224+188+187=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCBB is #1F4344. Grayscale: #C6C6C6. Windows color (decimal): -2048837 or 12303584. OLE color: 12303584.

HSL color Cylindrical-coordinate representation of color #E0BCBB: hue angle of 1.62º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BCBB is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 187 -
CMYK 0 0.16 0.17 0.12
HSL 1.62º 0.37% 0.81% -
HSV(B) 1.62º 0.17% 0.88% -
XYZ 57.69 55.4 54.67 -
YUV 198.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 224 188 187 0 0.16 0.17 0.12 1.62 0.37 0.81
Hex E0 BC BB 0 10 11 C 2 25 51
Octal 340 274 273 0 20 21 14 2 45 121
Binary 11100000 10111100 10111011 0 10000 10001 1100 10 100101 1010001

Color Harmonies of #E0BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BCBB

Black with #E0BCBB

Text Example


Text Example

White with #E0BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BCBB; }

 p { color: rgb(224,188,187); }

 H1.HeaderClassName
 {
   color: #E0BCBB;
 }
 .AnyTagClassName
 {
   color: #E0BCBB;
 }
</style>

background-color css

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

 a { background-color: rgb(224,188,187); }

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

border-color css

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

 span { border-color: rgb(224,188,187); }

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