Html Css Color HEX #E0BAB9 Cavern Pink

📋 copy color: '#E0BAB9'

red 224 ◦ green 186 ◦ blue 185

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

Shades of Cavern Pink #E0BAB9

Tints of Cavern Pink #E0BAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.26%

 BLUE value IS 185 (72.66% from 255) = 31.09%

R = 37.65%
G = 31.26%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E0BAB9 (or 0xE0BAB9) is known color: Cavern Pink. HEX triplet: E0, BA and B9. RGB value is (224,186,185). Sum of RGB (Red+Green+Blue) = 224+186+185=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAB9 is #1F4546. Grayscale: #C5C5C5. Windows color (decimal): -2049351 or 12172000. OLE color: 12172000.

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

Color convert

RGB 224 186 185 -
CMYK 0 0.17 0.17 0.12
HSL 1.54º 0.39% 0.8% -
HSV(B) 1.54º 0.17% 0.88% -
XYZ 57.06 54.47 53.41 -
YUV 197.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 224 186 185 0 0.17 0.17 0.12 1.54 0.39 0.8
Hex E0 BA B9 0 11 11 C 2 27 50
Octal 340 272 271 0 21 21 14 2 47 120
Binary 11100000 10111010 10111001 0 10001 10001 1100 10 100111 1010000

Color Harmonies of #E0BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAB9

Black with #E0BAB9

Text Example


Text Example

White with #E0BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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