Html Css Color HEX #E0BBAE Cavern Pink

📋 copy color: '#E0BBAE'

red 224 ◦ green 187 ◦ blue 174

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

Shades of Cavern Pink #E0BBAE

Tints of Cavern Pink #E0BBAE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.97%

 BLUE value IS 174 (68.36% from 255) = 29.74%

R = 38.29%
G = 31.97%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0BBAE (or 0xE0BBAE) is known color: Cavern Pink. HEX triplet: E0, BB and AE. RGB value is (224,187,174). Sum of RGB (Red+Green+Blue) = 224+187+174=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BBAE is #1F4451. Grayscale: #C4C4C4. Windows color (decimal): -2049106 or 11451360. OLE color: 11451360.

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

Color convert

RGB 224 187 174 -
CMYK 0 0.17 0.22 0.12
HSL 15.6º 0.45% 0.78% -
HSV(B) 15.6º 0.22% 0.88% -
XYZ 56.15 54.44 47.59 -
YUV 196.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 224 187 174 0 0.17 0.22 0.12 15.6 0.45 0.78
Hex E0 BB AE 0 11 16 C 10 2D 4E
Octal 340 273 256 0 21 26 14 20 55 116
Binary 11100000 10111011 10101110 0 10001 10110 1100 10000 101101 1001110

Color Harmonies of #E0BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BBAE

Black with #E0BBAE

Text Example


Text Example

White with #E0BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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