#EBBBBC

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

Shades of Azalea #EBBBBC

Tints of Azalea #EBBBBC

Color information

#EBBBBC (or 0xEBBBBC) is unknown color: approx Azalea. HEX triplet: EB, BB and BC. RGB value is (235,187,188). Sum of RGB (Red+Green+Blue) = 235+187+188=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBBC is #144443. Grayscale: #C9C9C9. Windows color (decimal): -1328196 or 12368875. OLE color: 12368875.

HSL color Cylindrical-coordinate representation of color #EBBBBC: hue angle of 358.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBBBC is Cyan = 0, Magento = 0.20, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235187188-
CMYK00.200.20.08
HSL358.75º54.55%82.75%-
HSV(B)358.75º20.43%92.16%-
XYZ61.1156.8355.33-
YUV201.47120.4151.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=38.52%
G=30.66%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518718800.200.20.08358.7554.5582.75
HexEBBBBC0141481673753
Octal353273274024241054767123
Binary1110101110111011101111000101001010010001011001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBBC; }

 p { color: rgb(235,187,188); }

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

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

 a { background-color: rgb(235,187,188); }

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

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

 span { border-color: rgb(235,187,188); }

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