#EEC3E1

Color #EEC3E1 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EEC3E1

Tints of Classic Rose #EEC3E1

Color information

#EEC3E1 (or 0xEEC3E1) is unknown color: approx Classic Rose. HEX triplet: EE, C3 and E1. RGB value is (238,195,225). Sum of RGB (Red+Green+Blue) = 238+195+225=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 195 (76.56% from 255 or 29.64% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3E1 is #113C1E. Grayscale: #D3D3D3. Windows color (decimal): -1129503 or 14795758. OLE color: 14795758.

HSL color Cylindrical-coordinate representation of color #EEC3E1: hue angle of 318.14º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC3E1 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238195225-
CMYK00.180.050.07
HSL318.14º55.84%84.9%-
HSV(B)318.14º18.07%93.33%-
XYZ68.3762.6479.72-
YUV211.28135.75147.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.17%
GREEN value IS 195 (76.56% from 255) = 29.64%
BLUE value IS 225 (88.28% from 255) = 34.19%
R=36.17%
G=29.64%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819522500.180.050.07318.1455.8484.9
HexEEC3E10125713e3855
Octal3563033410225747670125
Binary1110111011000011111000010100101011111001111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC3E1; }

 p { color: rgb(238,195,225); }

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

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

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

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

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

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

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