Html Css Color HEX #E0CACC Pale Rose

📋 copy color: '#E0CACC'

red 224 ◦ green 202 ◦ blue 204

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

Shades of Pale Rose #E0CACC

Tints of Pale Rose #E0CACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.38%

R = 35.56%
G = 32.06%
B = 32.38%

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

#E0CACC (or 0xE0CACC) is known color: Pale Rose. HEX triplet: E0, CA and CC. RGB value is (224,202,204). Sum of RGB (Red+Green+Blue) = 224+202+204=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CACC is #1F3533. Grayscale: #D0D0D0. Windows color (decimal): -2045236 or 13421280. OLE color: 13421280.

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

Color convert

RGB 224 202 204 -
CMYK 0 0.10 0.09 0.12
HSL 354.55º 0.26% 0.84% -
HSV(B) 354.55º 0.1% 0.88% -
XYZ 62.76 62.45 65.87 -
YUV 208.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 224 202 204 0 0.10 0.09 0.12 354.55 0.26 0.84
Hex E0 CA CC 0 A 9 C 163 1A 54
Octal 340 312 314 0 12 11 14 543 32 124
Binary 11100000 11001010 11001100 0 1010 1001 1100 101100011 11010 1010100

Color Harmonies of #E0CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CACC

Black with #E0CACC

Text Example


Text Example

White with #E0CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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