Html Css Color HEX #E3BAAE Cavern Pink

📋 copy color: '#E3BAAE'

red 227 ◦ green 186 ◦ blue 174

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

Shades of Cavern Pink #E3BAAE

Tints of Cavern Pink #E3BAAE

RGB

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

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

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

R = 38.67%
G = 31.69%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E3BAAE (or 0xE3BAAE) is known color: Cavern Pink. HEX triplet: E3, BA and AE. RGB value is (227,186,174). Sum of RGB (Red+Green+Blue) = 227+186+174=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BAAE is #1C4551. Grayscale: #C4C4C4. Windows color (decimal): -1852754 or 11451107. OLE color: 11451107.

HSL color Cylindrical-coordinate representation of color #E3BAAE: hue angle of 13.58º 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 #E3BAAE is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 186 174 -
CMYK 0 0.18 0.23 0.11
HSL 13.58º 0.49% 0.79% -
HSV(B) 13.58º 0.23% 0.89% -
XYZ 56.88 54.5 47.57 -
YUV 196.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 227 186 174 0 0.18 0.23 0.11 13.58 0.49 0.79
Hex E3 BA AE 0 12 17 B E 31 4F
Octal 343 272 256 0 22 27 13 16 61 117
Binary 11100011 10111010 10101110 0 10010 10111 1011 1110 110001 1001111

Color Harmonies of #E3BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BAAE

Black with #E3BAAE

Text Example


Text Example

White with #E3BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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