Html Css Color HEX #E2AFAD Cavern Pink

📋 copy color: '#E2AFAD'

red 226 ◦ green 175 ◦ blue 173

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

Shades of Cavern Pink #E2AFAD

Tints of Cavern Pink #E2AFAD

RGB

 RED value IS 226 (88.67% from 255) = 39.37%

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

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

R = 39.37%
G = 30.49%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2AFAD (or 0xE2AFAD) is known color: Cavern Pink. HEX triplet: E2, AF and AD. RGB value is (226,175,173). Sum of RGB (Red+Green+Blue) = 226+175+173=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AFAD is #1D5052. Grayscale: #BEBEBE. Windows color (decimal): -1921107 or 11382754. OLE color: 11382754.

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

Color convert

RGB 226 175 173 -
CMYK 0 0.23 0.23 0.11
HSL 2.26º 0.48% 0.78% -
HSV(B) 2.26º 0.23% 0.89% -
XYZ 54.24 49.85 46.3 -
YUV 190.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 226 175 173 0 0.23 0.23 0.11 2.26 0.48 0.78
Hex E2 AF AD 0 17 17 B 2 30 4E
Octal 342 257 255 0 27 27 13 2 60 116
Binary 11100010 10101111 10101101 0 10111 10111 1011 10 110000 1001110

Color Harmonies of #E2AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AFAD

Black with #E2AFAD

Text Example


Text Example

White with #E2AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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