#EFBBC1

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

Shades of Azalea #EFBBC1

Tints of Azalea #EFBBC1

Color information

#EFBBC1 (or 0xEFBBC1) is unknown color: approx Azalea. HEX triplet: EF, BB and C1. RGB value is (239,187,193). Sum of RGB (Red+Green+Blue) = 239+187+193=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC1 is #10443E. Grayscale: #CBCBCB. Windows color (decimal): -1066047 or 12696559. OLE color: 12696559.

HSL color Cylindrical-coordinate representation of color #EFBBC1: hue angle of 353.08º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBC1 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239187193-
CMYK00.220.190.06
HSL353.08º61.9%83.53%-
HSV(B)353.08º21.76%93.73%-
XYZ62.9957.7458.28-
YUV203.23122.23153.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=38.61%
G=30.21%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918719300.220.190.06353.0861.983.53
HexEFBBC10161361613e54
Octal35727330102623654176124
Binary111011111011101111000001010110100111101011000011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBC1; }

 p { color: rgb(239,187,193); }

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

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

 a { background-color: rgb(239,187,193); }

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

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

 span { border-color: rgb(239,187,193); }

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