Html Css Color HEX #E1ACAC Cavern Pink

📋 copy color: '#E1ACAC'

red 225 ◦ green 172 ◦ blue 172

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

Shades of Cavern Pink #E1ACAC

Tints of Cavern Pink #E1ACAC

RGB

 RED value IS 225 (88.28% from 255) = 39.54%

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

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

R = 39.54%
G = 30.23%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E1ACAC (or 0xE1ACAC) is known color: Cavern Pink. HEX triplet: E1, AC and AC. RGB value is (225,172,172). Sum of RGB (Red+Green+Blue) = 225+172+172=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ACAC is #1E5353. Grayscale: #BBBBBB. Windows color (decimal): -1987412 or 11316449. OLE color: 11316449.

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

Color convert

RGB 225 172 172 -
CMYK 0 0.24 0.24 0.12
HSL 0.47% 0.78% -
HSV(B) 0.24% 0.88% -
XYZ 53.25 48.49 45.58 -
YUV 187.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 225 172 172 0 0.24 0.24 0.12 0 0.47 0.78
Hex E1 AC AC 0 18 18 C 0 2F 4E
Octal 341 254 254 0 30 30 14 0 57 116
Binary 11100001 10101100 10101100 0 11000 11000 1100 0 101111 1001110

Color Harmonies of #E1ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ACAC

Black with #E1ACAC

Text Example


Text Example

White with #E1ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ACAC; }

 p { color: rgb(225,172,172); }

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

background-color css

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

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

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

border-color css

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

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

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