Html Css Color HEX #E0ADAD Cavern Pink

📋 copy color: '#E0ADAD'

red 224 ◦ green 173 ◦ blue 173

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

Shades of Cavern Pink #E0ADAD

Tints of Cavern Pink #E0ADAD

RGB

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

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

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

R = 39.3%
G = 30.35%
B = 30.35%

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

#E0ADAD (or 0xE0ADAD) is known color: Cavern Pink. HEX triplet: E0, AD and AD. RGB value is (224,173,173). Sum of RGB (Red+Green+Blue) = 224+173+173=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ADAD is #1F5252. Grayscale: #BCBCBC. Windows color (decimal): -2052691 or 11382240. OLE color: 11382240.

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

Color convert

RGB 224 173 173 -
CMYK 0 0.23 0.23 0.12
HSL 0.45% 0.78% -
HSV(B) 0.23% 0.88% -
XYZ 53.23 48.75 46.14 -
YUV 188.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 224 173 173 0 0.23 0.23 0.12 0 0.45 0.78
Hex E0 AD AD 0 17 17 C 0 2D 4E
Octal 340 255 255 0 27 27 14 0 55 116
Binary 11100000 10101101 10101101 0 10111 10111 1100 0 101101 1001110

Color Harmonies of #E0ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ADAD

Black with #E0ADAD

Text Example


Text Example

White with #E0ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ADAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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