Html Css Color HEX #E0BFBA Cavern Pink

📋 copy color: '#E0BFBA'

red 224 ◦ green 191 ◦ blue 186

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

Shades of Cavern Pink #E0BFBA

Tints of Cavern Pink #E0BFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 37.27%
G = 31.78%
B = 30.95%

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

#E0BFBA (or 0xE0BFBA) is known color: Cavern Pink. HEX triplet: E0, BF and BA. RGB value is (224,191,186). Sum of RGB (Red+Green+Blue) = 224+191+186=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFBA is #1F4045. Grayscale: #C8C8C8. Windows color (decimal): -2048070 or 12238816. OLE color: 12238816.

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

Color convert

RGB 224 191 186 -
CMYK 0 0.15 0.17 0.12
HSL 7.89º 0.38% 0.8% -
HSV(B) 7.89º 0.17% 0.88% -
XYZ 58.23 56.65 54.32 -
YUV 200.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 224 191 186 0 0.15 0.17 0.12 7.89 0.38 0.8
Hex E0 BF BA 0 F 11 C 8 26 50
Octal 340 277 272 0 17 21 14 10 46 120
Binary 11100000 10111111 10111010 0 1111 10001 1100 1000 100110 1010000

Color Harmonies of #E0BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFBA

Black with #E0BFBA

Text Example


Text Example

White with #E0BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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