Html Css Color HEX #E0BAAE Cavern Pink

📋 copy color: '#E0BAAE'

red 224 ◦ green 186 ◦ blue 174

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

Shades of Cavern Pink #E0BAAE

Tints of Cavern Pink #E0BAAE

RGB

 RED value IS 224 (87.89% from 255) = 38.36%

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

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

R = 38.36%
G = 31.85%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0BAAE (or 0xE0BAAE) is known color: Cavern Pink. HEX triplet: E0, BA and AE. RGB value is (224,186,174). Sum of RGB (Red+Green+Blue) = 224+186+174=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BAAE is #1F4551. Grayscale: #C4C4C4. Windows color (decimal): -2049362 or 11451104. OLE color: 11451104.

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

Color convert

RGB 224 186 174 -
CMYK 0 0.17 0.22 0.12
HSL 14.4º 0.45% 0.78% -
HSV(B) 14.4º 0.22% 0.88% -
XYZ 55.94 54.02 47.52 -
YUV 195.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 224 186 174 0 0.17 0.22 0.12 14.4 0.45 0.78
Hex E0 BA AE 0 11 16 C E 2D 4E
Octal 340 272 256 0 21 26 14 16 55 116
Binary 11100000 10111010 10101110 0 10001 10110 1100 1110 101101 1001110

Color Harmonies of #E0BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAAE

Black with #E0BAAE

Text Example


Text Example

White with #E0BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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