#E2AFAF

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

Shades of Cavern Pink #E2AFAF

Tints of Cavern Pink #E2AFAF

Color information

#E2AFAF (or 0xE2AFAF) is unknown color: approx Cavern Pink. HEX triplet: E2, AF and AF. RGB value is (226,175,175). Sum of RGB (Red+Green+Blue) = 226+175+175=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AFAF is #1D5050. Grayscale: #BEBEBE. Windows color (decimal): -1921105 or 11513826. OLE color: 11513826.

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

Color convert

RGB226175175-
CMYK00.230.230.11
HSL46.79%78.63%-
HSV(B)22.57%88.63%-
XYZ54.4349.9247.32-
YUV190.25119.4153.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.24%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=39.24%
G=30.38%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617517500.230.230.11046.7978.63
HexE2AFAF01717B02f4f
Octal3422572570272713057117
Binary11100010101011111010111101011110111101101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFAF; }

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

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

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

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

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

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

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

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