Html Css Color HEX #E0AFAD Cavern Pink

📋 copy color: '#E0AFAD'

red 224 ◦ green 175 ◦ blue 173

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

Shades of Cavern Pink #E0AFAD

Tints of Cavern Pink #E0AFAD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.59%

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

R = 39.16%
G = 30.59%
B = 30.24%

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

#E0AFAD (or 0xE0AFAD) is known color: Cavern Pink. HEX triplet: E0, AF and AD. RGB value is (224,175,173). Sum of RGB (Red+Green+Blue) = 224+175+173=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AFAD is #1F5052. Grayscale: #BDBDBD. Windows color (decimal): -2052179 or 11382752. OLE color: 11382752.

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

Color convert

RGB 224 175 173 -
CMYK 0 0.22 0.23 0.12
HSL 2.35º 0.45% 0.78% -
HSV(B) 2.35º 0.23% 0.88% -
XYZ 53.61 49.52 46.27 -
YUV 189.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 224 175 173 0 0.22 0.23 0.12 2.35 0.45 0.78
Hex E0 AF AD 0 16 17 C 2 2D 4E
Octal 340 257 255 0 26 27 14 2 55 116
Binary 11100000 10101111 10101101 0 10110 10111 1100 10 101101 1001110

Color Harmonies of #E0AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFAD

Black with #E0AFAD

Text Example


Text Example

White with #E0AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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