#EAC4DB

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

Shades of Classic Rose #EAC4DB

Tints of Classic Rose #EAC4DB

Color information

#EAC4DB (or 0xEAC4DB) is unknown color: approx Classic Rose. HEX triplet: EA, C4 and DB. RGB value is (234,196,219). Sum of RGB (Red+Green+Blue) = 234+196+219=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4DB is #153B24. Grayscale: #D1D1D1. Windows color (decimal): -1391397 or 14402794. OLE color: 14402794.

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

Color convert

RGB234196219-
CMYK00.160.060.08
HSL323.68º47.5%84.31%-
HSV(B)323.68º16.24%91.76%-
XYZ66.4662.0975.5-
YUV209.98133.09145.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 196 (76.95% from 255) = 30.20%
BLUE value IS 219 (85.94% from 255) = 33.74%
R=36.06%
G=30.20%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419621900.160.060.08323.6847.584.31
HexEAC4DB010681443054
Octal35230433302061050460124
Binary11101010110001001101101101000011010001010001001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4DB; }

 p { color: rgb(234,196,219); }

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

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

 a { background-color: rgb(234,196,219); }

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

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

 span { border-color: rgb(234,196,219); }

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