Html Css Color HEX #E3BFBA Cavern Pink

📋 copy color: '#E3BFBA'

red 227 ◦ green 191 ◦ blue 186

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

Shades of Cavern Pink #E3BFBA

Tints of Cavern Pink #E3BFBA

RGB

 RED value IS 227 (89.06% from 255) = 37.58%

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

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

R = 37.58%
G = 31.62%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E3BFBA (or 0xE3BFBA) is known color: Cavern Pink. HEX triplet: E3, BF and BA. RGB value is (227,191,186). Sum of RGB (Red+Green+Blue) = 227+191+186=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BFBA is #1C4045. Grayscale: #C9C9C9. Windows color (decimal): -1851462 or 12238819. OLE color: 12238819.

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

Color convert

RGB 227 191 186 -
CMYK 0 0.16 0.18 0.11
HSL 7.32º 0.42% 0.81% -
HSV(B) 7.32º 0.18% 0.89% -
XYZ 59.17 57.14 54.36 -
YUV 201.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 227 191 186 0 0.16 0.18 0.11 7.32 0.42 0.81
Hex E3 BF BA 0 10 12 B 7 2A 51
Octal 343 277 272 0 20 22 13 7 52 121
Binary 11100011 10111111 10111010 0 10000 10010 1011 111 101010 1010001

Color Harmonies of #E3BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BFBA

Black with #E3BFBA

Text Example


Text Example

White with #E3BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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