Html Css Color HEX #E1BFBA Cavern Pink

📋 copy color: '#E1BFBA'

red 225 ◦ green 191 ◦ blue 186

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

Shades of Cavern Pink #E1BFBA

Tints of Cavern Pink #E1BFBA

RGB

 RED value IS 225 (88.28% from 255) = 37.38%

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

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

R = 37.38%
G = 31.73%
B = 30.9%

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

#E1BFBA (or 0xE1BFBA) is known color: Cavern Pink. HEX triplet: E1, BF and BA. RGB value is (225,191,186). Sum of RGB (Red+Green+Blue) = 225+191+186=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFBA is #1E4045. Grayscale: #C8C8C8. Windows color (decimal): -1982534 or 12238817. OLE color: 12238817.

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

Color convert

RGB 225 191 186 -
CMYK 0 0.15 0.17 0.12
HSL 7.69º 0.39% 0.81% -
HSV(B) 7.69º 0.17% 0.88% -
XYZ 58.55 56.81 54.33 -
YUV 200.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 225 191 186 0 0.15 0.17 0.12 7.69 0.39 0.81
Hex E1 BF BA 0 F 11 C 8 27 51
Octal 341 277 272 0 17 21 14 10 47 121
Binary 11100001 10111111 10111010 0 1111 10001 1100 1000 100111 1010001

Color Harmonies of #E1BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BFBA

Black with #E1BFBA

Text Example


Text Example

White with #E1BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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