Html Css Color HEX #E2BFBB Cavern Pink

📋 copy color: '#E2BFBB'

red 226 ◦ green 191 ◦ blue 187

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

Shades of Cavern Pink #E2BFBB

Tints of Cavern Pink #E2BFBB

RGB

 RED value IS 226 (88.67% from 255) = 37.42%

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

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

R = 37.42%
G = 31.62%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E2BFBB (or 0xE2BFBB) is known color: Cavern Pink. HEX triplet: E2, BF and BB. RGB value is (226,191,187). Sum of RGB (Red+Green+Blue) = 226+191+187=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFBB is #1D4044. Grayscale: #C9C9C9. Windows color (decimal): -1916997 or 12304354. OLE color: 12304354.

HSL color Cylindrical-coordinate representation of color #E2BFBB: hue angle of 6.15º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BFBB is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 187 -
CMYK 0 0.15 0.17 0.11
HSL 6.15º 0.4% 0.81% -
HSV(B) 6.15º 0.17% 0.89% -
XYZ 58.96 57.02 54.91 -
YUV 201.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 226 191 187 0 0.15 0.17 0.11 6.15 0.4 0.81
Hex E2 BF BB 0 F 11 B 6 28 51
Octal 342 277 273 0 17 21 13 6 50 121
Binary 11100010 10111111 10111011 0 1111 10001 1011 110 101000 1010001

Color Harmonies of #E2BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFBB

Black with #E2BFBB

Text Example


Text Example

White with #E2BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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