#EBBBC0

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

Shades of Azalea #EBBBC0

Tints of Azalea #EBBBC0

Color information

#EBBBC0 (or 0xEBBBC0) is unknown color: approx Azalea. HEX triplet: EB, BB and C0. RGB value is (235,187,192). Sum of RGB (Red+Green+Blue) = 235+187+192=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBC0 is #14443F. Grayscale: #C9C9C9. Windows color (decimal): -1328192 or 12631019. OLE color: 12631019.

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

Color convert

RGB235187192-
CMYK00.200.180.08
HSL353.75º54.55%82.75%-
HSV(B)353.75º20.43%92.16%-
XYZ61.5557.0157.63-
YUV201.92122.4151.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 192 (75.39% from 255) = 31.27%
R=38.27%
G=30.46%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518719200.200.180.08353.7554.5582.75
HexEBBBC00141281623753
Octal353273300024221054267123
Binary1110101110111011110000000101001001010001011000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBC0; }

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

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

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

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

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

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

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

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