Html Css Color HEX #E6CACC Pale Rose

📋 copy color: '#E6CACC'

red 230 ◦ green 202 ◦ blue 204

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

Shades of Pale Rose #E6CACC

Tints of Pale Rose #E6CACC

RGB

 RED value IS 230 (90.23% from 255) = 36.16%

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

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

R = 36.16%
G = 31.76%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6CACC (or 0xE6CACC) is known color: Pale Rose. HEX triplet: E6, CA and CC. RGB value is (230,202,204). Sum of RGB (Red+Green+Blue) = 230+202+204=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CACC is #193533. Grayscale: #D2D2D2. Windows color (decimal): -1652020 or 13421286. OLE color: 13421286.

HSL color Cylindrical-coordinate representation of color #E6CACC: hue angle of 355.71º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CACC is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 204 -
CMYK 0 0.12 0.11 0.10
HSL 355.71º 0.36% 0.85% -
HSV(B) 355.71º 0.12% 0.9% -
XYZ 64.65 63.42 65.96 -
YUV 210.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 230 202 204 0 0.12 0.11 0.10 355.71 0.36 0.85
Hex E6 CA CC 0 C B A 164 24 55
Octal 346 312 314 0 14 13 12 544 44 125
Binary 11100110 11001010 11001100 0 1100 1011 1010 101100100 100100 1010101

Color Harmonies of #E6CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CACC

Black with #E6CACC

Text Example


Text Example

White with #E6CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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