#ECBFBE

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

Shades of Beauty Bush #ECBFBE

Tints of Beauty Bush #ECBFBE

Color information

#ECBFBE (or 0xECBFBE) is unknown color: approx Beauty Bush. HEX triplet: EC, BF and BE. RGB value is (236,191,190). Sum of RGB (Red+Green+Blue) = 236+191+190=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFBE is #134041. Grayscale: #CCCCCC. Windows color (decimal): -1261634 or 12500972. OLE color: 12500972.

HSL color Cylindrical-coordinate representation of color #ECBFBE: hue angle of 1.3º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFBE is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236191190-
CMYK00.190.190.07
HSL1.3º54.76%83.53%-
HSV(B)1.3º19.49%92.55%-
XYZ62.5258.8156.77-
YUV204.34119.91150.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=38.25%
G=30.96%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619119000.190.190.071.354.7683.53
HexECBFBE01313713754
Octal354277276023237167124
Binary1110110010111111101111100100111001111111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFBE; }

 p { color: rgb(236,191,190); }

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

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

 a { background-color: rgb(236,191,190); }

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

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

 span { border-color: rgb(236,191,190); }

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