#ECBBB4

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

Shades of Beauty Bush #ECBBB4

Tints of Beauty Bush #ECBBB4

Color information

#ECBBB4 (or 0xECBBB4) is unknown color: approx Beauty Bush. HEX triplet: EC, BB and B4. RGB value is (236,187,180). Sum of RGB (Red+Green+Blue) = 236+187+180=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBB4 is #13444B. Grayscale: #C8C8C8. Windows color (decimal): -1262668 or 11844588. OLE color: 11844588.

HSL color Cylindrical-coordinate representation of color #ECBBB4: hue angle of 7.5º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECBBB4 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236187180-
CMYK00.210.240.07
HSL7.5º59.57%81.57%-
HSV(B)7.5º23.73%92.55%-
XYZ60.656.6750.92-
YUV200.85116.23153.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=39.14%
G=31.01%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618718000.210.240.077.559.5781.57
HexECBBB401518783c52
Octal3542732640253071074122
Binary1110110010111011101101000101011100011110001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBB4; }

 p { color: rgb(236,187,180); }

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

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

 a { background-color: rgb(236,187,180); }

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

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

 span { border-color: rgb(236,187,180); }

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