Html Css Color HEX #E2BBAF Cavern Pink

📋 copy color: '#E2BBAF'

red 226 ◦ green 187 ◦ blue 175

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

Shades of Cavern Pink #E2BBAF

Tints of Cavern Pink #E2BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.8%

 BLUE value IS 175 (68.75% from 255) = 29.76%

R = 38.44%
G = 31.8%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2BBAF (or 0xE2BBAF) is known color: Cavern Pink. HEX triplet: E2, BB and AF. RGB value is (226,187,175). Sum of RGB (Red+Green+Blue) = 226+187+175=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BBAF is #1D4450. Grayscale: #C5C5C5. Windows color (decimal): -1918033 or 11516898. OLE color: 11516898.

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

Color convert

RGB 226 187 175 -
CMYK 0 0.17 0.23 0.11
HSL 14.12º 0.47% 0.79% -
HSV(B) 14.12º 0.23% 0.89% -
XYZ 56.87 54.8 48.14 -
YUV 197.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 226 187 175 0 0.17 0.23 0.11 14.12 0.47 0.79
Hex E2 BB AF 0 11 17 B E 2F 4F
Octal 342 273 257 0 21 27 13 16 57 117
Binary 11100010 10111011 10101111 0 10001 10111 1011 1110 101111 1001111

Color Harmonies of #E2BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBAF

Black with #E2BBAF

Text Example


Text Example

White with #E2BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBAF; }

 p { color: rgb(226,187,175); }

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

background-color css

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

 a { background-color: rgb(226,187,175); }

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

border-color css

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

 span { border-color: rgb(226,187,175); }

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