Html Css Color HEX #E0AEAD Cavern Pink

📋 copy color: '#E0AEAD'

red 224 ◦ green 174 ◦ blue 173

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

Shades of Cavern Pink #E0AEAD

Tints of Cavern Pink #E0AEAD

RGB

 RED value IS 224 (87.89% from 255) = 39.23%

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

 BLUE value IS 173 (67.97% from 255) = 30.3%

R = 39.23%
G = 30.47%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E0AEAD (or 0xE0AEAD) is known color: Cavern Pink. HEX triplet: E0, AE and AD. RGB value is (224,174,173). Sum of RGB (Red+Green+Blue) = 224+174+173=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AEAD is #1F5152. Grayscale: #BCBCBC. Windows color (decimal): -2052435 or 11382496. OLE color: 11382496.

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

Color convert

RGB 224 174 173 -
CMYK 0 0.22 0.23 0.12
HSL 1.18º 0.45% 0.78% -
HSV(B) 1.18º 0.23% 0.88% -
XYZ 53.42 49.14 46.2 -
YUV 188.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 224 174 173 0 0.22 0.23 0.12 1.18 0.45 0.78
Hex E0 AE AD 0 16 17 C 1 2D 4E
Octal 340 256 255 0 26 27 14 1 55 116
Binary 11100000 10101110 10101101 0 10110 10111 1100 1 101101 1001110

Color Harmonies of #E0AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEAD

Black with #E0AEAD

Text Example


Text Example

White with #E0AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEAD; }

 p { color: rgb(224,174,173); }

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

background-color css

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

 a { background-color: rgb(224,174,173); }

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

border-color css

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

 span { border-color: rgb(224,174,173); }

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