Html Css Color HEX #E1AEAC Cavern Pink

📋 copy color: '#E1AEAC'

red 225 ◦ green 174 ◦ blue 172

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

Shades of Cavern Pink #E1AEAC

Tints of Cavern Pink #E1AEAC

RGB

 RED value IS 225 (88.28% from 255) = 39.4%

 GREEN value IS 174 (68.36% from 255) = 30.47%

 BLUE value IS 172 (67.58% from 255) = 30.12%

R = 39.4%
G = 30.47%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E1AEAC (or 0xE1AEAC) is known color: Cavern Pink. HEX triplet: E1, AE and AC. RGB value is (225,174,172). Sum of RGB (Red+Green+Blue) = 225+174+172=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AEAC is #1E5153. Grayscale: #BDBDBD. Windows color (decimal): -1986900 or 11316961. OLE color: 11316961.

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

Color convert

RGB 225 174 172 -
CMYK 0 0.23 0.24 0.12
HSL 2.26º 0.47% 0.78% -
HSV(B) 2.26º 0.24% 0.88% -
XYZ 53.63 49.26 45.71 -
YUV 189.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 225 174 172 0 0.23 0.24 0.12 2.26 0.47 0.78
Hex E1 AE AC 0 17 18 C 2 2F 4E
Octal 341 256 254 0 27 30 14 2 57 116
Binary 11100001 10101110 10101100 0 10111 11000 1100 10 101111 1001110

Color Harmonies of #E1AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AEAC

Black with #E1AEAC

Text Example


Text Example

White with #E1AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AEAC; }

 p { color: rgb(225,174,172); }

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

background-color css

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

 a { background-color: rgb(225,174,172); }

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

border-color css

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

 span { border-color: rgb(225,174,172); }

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