Html Css Color HEX #E0BFBB Cavern Pink

📋 copy color: '#E0BFBB'

red 224 ◦ green 191 ◦ blue 187

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

Shades of Cavern Pink #E0BFBB

Tints of Cavern Pink #E0BFBB

RGB

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

 GREEN value IS 191 (75% from 255) = 31.73%

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

R = 37.21%
G = 31.73%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E0BFBB (or 0xE0BFBB) is known color: Cavern Pink. HEX triplet: E0, BF and BB. RGB value is (224,191,187). Sum of RGB (Red+Green+Blue) = 224+191+187=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFBB is #1F4044. Grayscale: #C8C8C8. Windows color (decimal): -2048069 or 12304352. OLE color: 12304352.

HSL color Cylindrical-coordinate representation of color #E0BFBB: hue angle of 6.49º 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 #E0BFBB is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 187 -
CMYK 0 0.15 0.17 0.12
HSL 6.49º 0.37% 0.81% -
HSV(B) 6.49º 0.17% 0.88% -
XYZ 58.34 56.7 54.88 -
YUV 200.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 224 191 187 0 0.15 0.17 0.12 6.49 0.37 0.81
Hex E0 BF BB 0 F 11 C 6 25 51
Octal 340 277 273 0 17 21 14 6 45 121
Binary 11100000 10111111 10111011 0 1111 10001 1100 110 100101 1010001

Color Harmonies of #E0BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFBB

Black with #E0BFBB

Text Example


Text Example

White with #E0BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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