Html Css Color HEX #E7BAAE Cavern Pink

📋 copy color: '#E7BAAE'

red 231 ◦ green 186 ◦ blue 174

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

Shades of Cavern Pink #E7BAAE

Tints of Cavern Pink #E7BAAE

RGB

 RED value IS 231 (90.63% from 255) = 39.09%

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

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

R = 39.09%
G = 31.47%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E7BAAE (or 0xE7BAAE) is known color: Cavern Pink. HEX triplet: E7, BA and AE. RGB value is (231,186,174). Sum of RGB (Red+Green+Blue) = 231+186+174=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BAAE is #184551. Grayscale: #C6C6C6. Windows color (decimal): -1590610 or 11451111. OLE color: 11451111.

HSL color Cylindrical-coordinate representation of color #E7BAAE: hue angle of 12.63º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BAAE is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 186 174 -
CMYK 0 0.19 0.25 0.09
HSL 12.63º 0.54% 0.79% -
HSV(B) 12.63º 0.25% 0.91% -
XYZ 58.15 55.16 47.63 -
YUV 198.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 231 186 174 0 0.19 0.25 0.09 12.63 0.54 0.79
Hex E7 BA AE 0 13 19 9 D 36 4F
Octal 347 272 256 0 23 31 11 15 66 117
Binary 11100111 10111010 10101110 0 10011 11001 1001 1101 110110 1001111

Color Harmonies of #E7BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BAAE

Black with #E7BAAE

Text Example


Text Example

White with #E7BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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