Html Css Color HEX #E1BAAF Cavern Pink

📋 copy color: '#E1BAAF'

red 225 ◦ green 186 ◦ blue 175

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

Shades of Cavern Pink #E1BAAF

Tints of Cavern Pink #E1BAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.86%

R = 38.4%
G = 31.74%
B = 29.86%

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

#E1BAAF (or 0xE1BAAF) is known color: Cavern Pink. HEX triplet: E1, BA and AF. RGB value is (225,186,175). Sum of RGB (Red+Green+Blue) = 225+186+175=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BAAF is #1E4550. Grayscale: #C4C4C4. Windows color (decimal): -1983825 or 11516641. OLE color: 11516641.

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

Color convert

RGB 225 186 175 -
CMYK 0 0.17 0.22 0.12
HSL 13.2º 0.45% 0.78% -
HSV(B) 13.2º 0.22% 0.88% -
XYZ 56.35 54.22 48.05 -
YUV 196.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 225 186 175 0 0.17 0.22 0.12 13.2 0.45 0.78
Hex E1 BA AF 0 11 16 C D 2D 4E
Octal 341 272 257 0 21 26 14 15 55 116
Binary 11100001 10111010 10101111 0 10001 10110 1100 1101 101101 1001110

Color Harmonies of #E1BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BAAF

Black with #E1BAAF

Text Example


Text Example

White with #E1BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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