Html Css Color HEX #E0ADAC Cavern Pink

📋 copy color: '#E0ADAC'

red 224 ◦ green 173 ◦ blue 172

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

Shades of Cavern Pink #E0ADAC

Tints of Cavern Pink #E0ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.4%

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

R = 39.37%
G = 30.4%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E0ADAC (or 0xE0ADAC) is known color: Cavern Pink. HEX triplet: E0, AD and AC. RGB value is (224,173,172). Sum of RGB (Red+Green+Blue) = 224+173+172=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ADAC is #1F5253. Grayscale: #BCBCBC. Windows color (decimal): -2052692 or 11316704. OLE color: 11316704.

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

Color convert

RGB 224 173 172 -
CMYK 0 0.23 0.23 0.12
HSL 1.15º 0.46% 0.78% -
HSV(B) 1.15º 0.23% 0.88% -
XYZ 53.13 48.71 45.63 -
YUV 188.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 224 173 172 0 0.23 0.23 0.12 1.15 0.46 0.78
Hex E0 AD AC 0 17 17 C 1 2E 4E
Octal 340 255 254 0 27 27 14 1 56 116
Binary 11100000 10101101 10101100 0 10111 10111 1100 1 101110 1001110

Color Harmonies of #E0ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ADAC

Black with #E0ADAC

Text Example


Text Example

White with #E0ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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