Html Css Color HEX #EFBBBD Azalea

📋 copy color: '#EFBBBD'

red 239 ◦ green 187 ◦ blue 189

#EFBBBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #EFBBBD

Tints of Azalea #EFBBBD

RGB

 RED value IS 239 (93.75% from 255) = 38.86%

 GREEN value IS 187 (73.44% from 255) = 30.41%

 BLUE value IS 189 (74.22% from 255) = 30.73%

R = 38.86%
G = 30.41%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFBBBD (or 0xEFBBBD) is known color: Azalea. HEX triplet: EF, BB and BD. RGB value is (239,187,189). Sum of RGB (Red+Green+Blue) = 239+187+189=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBBD is #104442. Grayscale: #CACACA. Windows color (decimal): -1066051 or 12434415. OLE color: 12434415.

HSL color Cylindrical-coordinate representation of color #EFBBBD: hue angle of 357.69º 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 #EFBBBD is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 187 189 -
CMYK 0 0.22 0.21 0.06
HSL 357.69º 0.62% 0.84% -
HSV(B) 357.69º 0.22% 0.94% -
XYZ 62.55 57.57 55.96 -
YUV 202.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 239 187 189 0 0.22 0.21 0.06 357.69 0.62 0.84
Hex EF BB BD 0 16 15 6 166 3E 54
Octal 357 273 275 0 26 25 6 546 76 124
Binary 11101111 10111011 10111101 0 10110 10101 110 101100110 111110 1010100

Color Harmonies of #EFBBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBBD

Black with #EFBBBD

Text Example


Text Example

White with #EFBBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBBD; }

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

 H1.HeaderClassName
 {
   color: #EFBBBD;
 }
 .AnyTagClassName
 {
   color: #EFBBBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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