#EAC1DB

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

Shades of Classic Rose #EAC1DB

Tints of Classic Rose #EAC1DB

Color information

#EAC1DB (or 0xEAC1DB) is unknown color: approx Classic Rose. HEX triplet: EA, C1 and DB. RGB value is (234,193,219). Sum of RGB (Red+Green+Blue) = 234+193+219=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1DB is #153E24. Grayscale: #D0D0D0. Windows color (decimal): -1392165 or 14402026. OLE color: 14402026.

HSL color Cylindrical-coordinate representation of color #EAC1DB: hue angle of 321.95º 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 #EAC1DB is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234193219-
CMYK00.180.060.08
HSL321.95º49.4%83.73%-
HSV(B)321.95º17.52%91.76%-
XYZ65.7960.7575.28-
YUV208.22134.08146.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 193 (75.78% from 255) = 29.88%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=36.22%
G=29.88%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419321900.180.060.08321.9549.483.73
HexEAC1DB012681423154
Octal35230133302261050261124
Binary11101010110000011101101101001011010001010000101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1DB; }

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

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

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

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

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

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

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

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