#E3AFAD

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

Shades of Cavern Pink #E3AFAD

Tints of Cavern Pink #E3AFAD

Color information

#E3AFAD (or 0xE3AFAD) is unknown color: approx Cavern Pink. HEX triplet: E3, AF and AD. RGB value is (227,175,173). Sum of RGB (Red+Green+Blue) = 227+175+173=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AFAD is #1C5052. Grayscale: #BEBEBE. Windows color (decimal): -1855571 or 11382755. OLE color: 11382755.

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

Color convert

RGB227175173-
CMYK00.230.240.11
HSL2.22º49.09%78.43%-
HSV(B)2.22º23.79%89.02%-
XYZ54.5550.0146.31-
YUV190.32118.23154.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.48%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=39.48%
G=30.43%
B=30.09%

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
Decimal22717517300.230.240.112.2249.0978.43
HexE3AFAD01718B2314e
Octal3432572550273013261116
Binary111000111010111110101101010111110001011101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AFAD; }

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

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

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

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

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

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

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

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