#EAC6DE

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

Shades of Classic Rose #EAC6DE

Tints of Classic Rose #EAC6DE

Color information

#EAC6DE (or 0xEAC6DE) is unknown color: approx Classic Rose. HEX triplet: EA, C6 and DE. RGB value is (234,198,222). Sum of RGB (Red+Green+Blue) = 234+198+222=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6DE is #153921. Grayscale: #D3D3D3. Windows color (decimal): -1390882 or 14599914. OLE color: 14599914.

HSL color Cylindrical-coordinate representation of color #EAC6DE: hue angle of 320º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAC6DE is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234198222-
CMYK00.150.050.08
HSL320º46.15%84.71%-
HSV(B)320º15.38%91.76%-
XYZ67.3163.1577.75-
YUV211.5133.93144.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 198 (77.73% from 255) = 30.28%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=35.78%
G=30.28%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419822200.150.050.0832046.1584.71
HexEAC6DE0F581402e55
Octal35230633601751050056125
Binary1110101011000110110111100111110110001010000001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6DE; }

 p { color: rgb(234,198,222); }

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

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

 a { background-color: rgb(234,198,222); }

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

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

 span { border-color: rgb(234,198,222); }

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