#ECC3BE

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

Shades of Beauty Bush #ECC3BE

Tints of Beauty Bush #ECC3BE

Color information

#ECC3BE (or 0xECC3BE) is unknown color: approx Beauty Bush. HEX triplet: EC, C3 and BE. RGB value is (236,195,190). Sum of RGB (Red+Green+Blue) = 236+195+190=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3BE is #133C41. Grayscale: #CECECE. Windows color (decimal): -1260610 or 12501996. OLE color: 12501996.

HSL color Cylindrical-coordinate representation of color #ECC3BE: hue angle of 6.52º 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 #ECC3BE is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236195190-
CMYK00.170.190.07
HSL6.52º54.76%83.53%-
HSV(B)6.52º19.49%92.55%-
XYZ63.460.5857.07-
YUV206.69118.58148.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 195 (76.56% from 255) = 31.40%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=38.00%
G=31.40%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619519000.170.190.076.5254.7683.53
HexECC3BE01113773754
Octal354303276021237767124
Binary111011001100001110111110010001100111111111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3BE; }

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

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

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

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

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

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

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

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