#EEE4E0

Color #EEE4E0 Provincial Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Provincial Pink #EEE4E0

Tints of Provincial Pink #EEE4E0

Color information

#EEE4E0 (or 0xEEE4E0) is unknown color: approx Provincial Pink. HEX triplet: EE, E4 and E0. RGB value is (238,228,224). Sum of RGB (Red+Green+Blue) = 238+228+224=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4E0 is #111B1F. Grayscale: #E6E6E6. Windows color (decimal): -1121056 or 14738670. OLE color: 14738670.

HSL color Cylindrical-coordinate representation of color #EEE4E0: hue angle of 17.14º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE4E0 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB238228224-
CMYK00.040.060.07
HSL17.14º29.17%90.59%-
HSV(B)17.14º5.88%93.33%-
XYZ76.4679.0581.75-
YUV230.53124.31133.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 228 (89.45% from 255) = 33.04%
BLUE value IS 224 (87.89% from 255) = 32.46%
R=34.49%
G=33.04%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822822400.040.060.0717.1429.1790.59
HexEEE4E00467111d5b
Octal35634434004672135133
Binary111011101110010011100000010011011110001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4E0; }

 p { color: rgb(238,228,224); }

 H1.HeaderClassName
 {
   color: #EEE4E0;
 }
 .AnyTagClassName
 {
   color: #EEE4E0;
 }
</style>
background-color css

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

 a { background-color: rgb(238,228,224); }

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

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

 span { border-color: rgb(238,228,224); }

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