Html Css Color HEX #EFB6BD Azalea

📋 copy color: '#EFB6BD'

red 239 ◦ green 182 ◦ blue 189

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

Shades of Azalea #EFB6BD

Tints of Azalea #EFB6BD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.84%

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

R = 39.18%
G = 29.84%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFB6BD (or 0xEFB6BD) is known color: Azalea. HEX triplet: EF, B6 and BD. RGB value is (239,182,189). Sum of RGB (Red+Green+Blue) = 239+182+189=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6BD is #104942. Grayscale: #C7C7C7. Windows color (decimal): -1067331 or 12433135. OLE color: 12433135.

HSL color Cylindrical-coordinate representation of color #EFB6BD: hue angle of 352.63º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6BD is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 182 189 -
CMYK 0 0.24 0.21 0.06
HSL 352.63º 0.64% 0.83% -
HSV(B) 352.63º 0.24% 0.94% -
XYZ 61.51 55.48 55.61 -
YUV 199.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 239 182 189 0 0.24 0.21 0.06 352.63 0.64 0.83
Hex EF B6 BD 0 18 15 6 161 40 53
Octal 357 266 275 0 30 25 6 541 100 123
Binary 11101111 10110110 10111101 0 11000 10101 110 101100001 1000000 1010011

Color Harmonies of #EFB6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6BD

Black with #EFB6BD

Text Example


Text Example

White with #EFB6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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