Html Css Color HEX #E1B1AF Cavern Pink

📋 copy color: '#E1B1AF'

red 225 ◦ green 177 ◦ blue 175

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

Shades of Cavern Pink #E1B1AF

Tints of Cavern Pink #E1B1AF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.68%

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

R = 38.99%
G = 30.68%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E1B1AF (or 0xE1B1AF) is known color: Cavern Pink. HEX triplet: E1, B1 and AF. RGB value is (225,177,175). Sum of RGB (Red+Green+Blue) = 225+177+175=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B1AF is #1E4E50. Grayscale: #BFBFBF. Windows color (decimal): -1986129 or 11514337. OLE color: 11514337.

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

Color convert

RGB 225 177 175 -
CMYK 0 0.21 0.22 0.12
HSL 2.4º 0.45% 0.78% -
HSV(B) 2.4º 0.22% 0.88% -
XYZ 54.51 50.55 47.44 -
YUV 191.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 225 177 175 0 0.21 0.22 0.12 2.4 0.45 0.78
Hex E1 B1 AF 0 15 16 C 2 2D 4E
Octal 341 261 257 0 25 26 14 2 55 116
Binary 11100001 10110001 10101111 0 10101 10110 1100 10 101101 1001110

Color Harmonies of #E1B1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B1AF

Black with #E1B1AF

Text Example


Text Example

White with #E1B1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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