Html Css Color HEX #E1B3AE Cavern Pink

📋 copy color: '#E1B3AE'

red 225 ◦ green 179 ◦ blue 174

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

Shades of Cavern Pink #E1B3AE

Tints of Cavern Pink #E1B3AE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.97%

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

R = 38.93%
G = 30.97%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E1B3AE (or 0xE1B3AE) is known color: Cavern Pink. HEX triplet: E1, B3 and AE. RGB value is (225,179,174). Sum of RGB (Red+Green+Blue) = 225+179+174=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B3AE is #1E4C51. Grayscale: #C0C0C0. Windows color (decimal): -1985618 or 11449313. OLE color: 11449313.

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

Color convert

RGB 225 179 174 -
CMYK 0 0.20 0.23 0.12
HSL 5.88º 0.46% 0.78% -
HSV(B) 5.88º 0.23% 0.88% -
XYZ 54.81 51.3 47.06 -
YUV 192.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 225 179 174 0 0.20 0.23 0.12 5.88 0.46 0.78
Hex E1 B3 AE 0 14 17 C 6 2E 4E
Octal 341 263 256 0 24 27 14 6 56 116
Binary 11100001 10110011 10101110 0 10100 10111 1100 110 101110 1001110

Color Harmonies of #E1B3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B3AE

Black with #E1B3AE

Text Example


Text Example

White with #E1B3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B3AE; }

 p { color: rgb(225,179,174); }

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

background-color css

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

 a { background-color: rgb(225,179,174); }

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

border-color css

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

 span { border-color: rgb(225,179,174); }

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