#E3B4AF

Color #E3B4AF Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #E3B4AF

Tints of Cavern Pink #E3B4AF

Color information

#E3B4AF (or 0xE3B4AF) is unknown color: approx Cavern Pink. HEX triplet: E3, B4 and AF. RGB value is (227,180,175). Sum of RGB (Red+Green+Blue) = 227+180+175=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B4AF is #1C4B50. Grayscale: #C1C1C1. Windows color (decimal): -1854289 or 11515107. OLE color: 11515107.

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

Color convert

RGB227180175-
CMYK00.210.230.11
HSL5.77º48.15%78.82%-
HSV(B)5.77º22.91%89.02%-
XYZ55.7452.0747.67-
YUV193.48117.57151.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.00%
GREEN value IS 180 (70.70% from 255) = 30.93%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=39.00%
G=30.93%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718017500.210.230.115.7748.1578.82
HexE3B4AF01517B6304f
Octal3432642570252713660117
Binary1110001110110100101011110101011011110111101100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B4AF; }

 p { color: rgb(227,180,175); }

 H1.HeaderClassName
 {
   color: #E3B4AF;
 }
 .AnyTagClassName
 {
   color: #E3B4AF;
 }
</style>
background-color css

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

 a { background-color: rgb(227,180,175); }

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

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

 span { border-color: rgb(227,180,175); }

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