Html Css Color HEX #E2BAAE Cavern Pink

📋 copy color: '#E2BAAE'

red 226 ◦ green 186 ◦ blue 174

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

Shades of Cavern Pink #E2BAAE

Tints of Cavern Pink #E2BAAE

RGB

 RED value IS 226 (88.67% from 255) = 38.57%

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

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

R = 38.57%
G = 31.74%
B = 29.69%

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

#E2BAAE (or 0xE2BAAE) is known color: Cavern Pink. HEX triplet: E2, BA and AE. RGB value is (226,186,174). Sum of RGB (Red+Green+Blue) = 226+186+174=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BAAE is #1D4551. Grayscale: #C4C4C4. Windows color (decimal): -1918290 or 11451106. OLE color: 11451106.

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

Color convert

RGB 226 186 174 -
CMYK 0 0.18 0.23 0.11
HSL 13.85º 0.47% 0.78% -
HSV(B) 13.85º 0.23% 0.89% -
XYZ 56.56 54.34 47.55 -
YUV 196.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 226 186 174 0 0.18 0.23 0.11 13.85 0.47 0.78
Hex E2 BA AE 0 12 17 B E 2F 4E
Octal 342 272 256 0 22 27 13 16 57 116
Binary 11100010 10111010 10101110 0 10010 10111 1011 1110 101111 1001110

Color Harmonies of #E2BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BAAE

Black with #E2BAAE

Text Example


Text Example

White with #E2BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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