Html Css Color HEX #E3B0AE Cavern Pink

📋 copy color: '#E3B0AE'

red 227 ◦ green 176 ◦ blue 174

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

Shades of Cavern Pink #E3B0AE

Tints of Cavern Pink #E3B0AE

RGB

 RED value IS 227 (89.06% from 255) = 39.34%

 GREEN value IS 176 (69.14% from 255) = 30.5%

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

R = 39.34%
G = 30.5%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E3B0AE (or 0xE3B0AE) is known color: Cavern Pink. HEX triplet: E3, B0 and AE. RGB value is (227,176,174). Sum of RGB (Red+Green+Blue) = 227+176+174=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3B0AE is #1C4F51. Grayscale: #BFBFBF. Windows color (decimal): -1855314 or 11448547. OLE color: 11448547.

HSL color Cylindrical-coordinate representation of color #E3B0AE: hue angle of 2.26º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3B0AE is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 176 174 -
CMYK 0 0.22 0.23 0.11
HSL 2.26º 0.49% 0.79% -
HSV(B) 2.26º 0.23% 0.89% -
XYZ 54.84 50.44 46.89 -
YUV 191.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 227 176 174 0 0.22 0.23 0.11 2.26 0.49 0.79
Hex E3 B0 AE 0 16 17 B 2 31 4F
Octal 343 260 256 0 26 27 13 2 61 117
Binary 11100011 10110000 10101110 0 10110 10111 1011 10 110001 1001111

Color Harmonies of #E3B0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B0AE

Black with #E3B0AE

Text Example


Text Example

White with #E3B0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B0AE; }

 p { color: rgb(227,176,174); }

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

background-color css

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

 a { background-color: rgb(227,176,174); }

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

border-color css

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

 span { border-color: rgb(227,176,174); }

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