Html Css Color HEX #E0CACB Pale Rose

📋 copy color: '#E0CACB'

red 224 ◦ green 202 ◦ blue 203

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

Shades of Pale Rose #E0CACB

Tints of Pale Rose #E0CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.11%

 BLUE value IS 203 (79.69% from 255) = 32.27%

R = 35.61%
G = 32.11%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E0CACB (or 0xE0CACB) is known color: Pale Rose. HEX triplet: E0, CA and CB. RGB value is (224,202,203). Sum of RGB (Red+Green+Blue) = 224+202+203=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CACB is #1F3534. Grayscale: #D0D0D0. Windows color (decimal): -2045237 or 13355744. OLE color: 13355744.

HSL color Cylindrical-coordinate representation of color #E0CACB: hue angle of 357.27º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CACB is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 202 203 -
CMYK 0 0.10 0.09 0.12
HSL 357.27º 0.26% 0.84% -
HSV(B) 357.27º 0.1% 0.88% -
XYZ 62.64 62.4 65.24 -
YUV 208.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 224 202 203 0 0.10 0.09 0.12 357.27 0.26 0.84
Hex E0 CA CB 0 A 9 C 165 1A 54
Octal 340 312 313 0 12 11 14 545 32 124
Binary 11100000 11001010 11001011 0 1010 1001 1100 101100101 11010 1010100

Color Harmonies of #E0CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CACB

Black with #E0CACB

Text Example


Text Example

White with #E0CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CACB; }

 p { color: rgb(224,202,203); }

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

background-color css

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

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

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

border-color css

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

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

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