#EAC4C1

Color #EAC4C1 Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #EAC4C1

Tints of Beauty Bush #EAC4C1

Color information

#EAC4C1 (or 0xEAC4C1) is unknown color: approx Beauty Bush. HEX triplet: EA, C4 and C1. RGB value is (234,196,193). Sum of RGB (Red+Green+Blue) = 234+196+193=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4C1 is #153B3E. Grayscale: #CFCFCF. Windows color (decimal): -1391423 or 12698858. OLE color: 12698858.

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

Color convert

RGB234196193-
CMYK00.160.180.08
HSL4.39º49.4%83.73%-
HSV(B)4.39º17.52%91.76%-
XYZ63.360.8258.86-
YUV207.02120.09147.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 196 (76.95% from 255) = 31.46%
BLUE value IS 193 (75.78% from 255) = 30.98%
R=37.56%
G=31.46%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419619300.160.180.084.3949.483.73
HexEAC4C101012843154
Octal3523043010202210461124
Binary1110101011000100110000010100001001010001001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4C1; }

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

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

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

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

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

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

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

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