#EAC1D7

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

Shades of Classic Rose #EAC1D7

Tints of Classic Rose #EAC1D7

Color information

#EAC1D7 (or 0xEAC1D7) is unknown color: approx Classic Rose. HEX triplet: EA, C1 and D7. RGB value is (234,193,215). Sum of RGB (Red+Green+Blue) = 234+193+215=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1D7 is #153E28. Grayscale: #CFCFCF. Windows color (decimal): -1392169 or 14139882. OLE color: 14139882.

HSL color Cylindrical-coordinate representation of color #EAC1D7: hue angle of 327.8º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC1D7 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB234193215-
CMYK00.180.080.08
HSL327.8º49.4%83.73%-
HSV(B)327.8º17.52%91.76%-
XYZ65.2760.5472.54-
YUV207.77132.08146.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 193 (75.78% from 255) = 30.06%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=36.45%
G=30.06%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419321500.180.080.08327.849.483.73
HexEAC1D7012881483154
Octal352301327022101051061124
Binary111010101100000111010111010010100010001010010001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1D7; }

 p { color: rgb(234,193,215); }

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

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

 a { background-color: rgb(234,193,215); }

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

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

 span { border-color: rgb(234,193,215); }

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