#E4AFAE

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

Shades of Cavern Pink #E4AFAE

Tints of Cavern Pink #E4AFAE

Color information

#E4AFAE (or 0xE4AFAE) is unknown color: approx Cavern Pink. HEX triplet: E4, AF and AE. RGB value is (228,175,174). Sum of RGB (Red+Green+Blue) = 228+175+174=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4AFAE is #1B5051. Grayscale: #BEBEBE. Windows color (decimal): -1790034 or 11448292. OLE color: 11448292.

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

Color convert

RGB228175174-
CMYK00.230.240.11
HSL1.11º50%78.82%-
HSV(B)1.11º23.68%89.41%-
XYZ54.9650.2146.84-
YUV190.73118.56154.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.51%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=39.51%
G=30.33%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817517400.230.240.111.115078.82
HexE4AFAE01718B1324f
Octal3442572560273013162117
Binary11100100101011111010111001011111000101111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AFAE; }

 p { color: rgb(228,175,174); }

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

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

 a { background-color: rgb(228,175,174); }

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

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

 span { border-color: rgb(228,175,174); }

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