Html Css Color HEX #EFB6BA Azalea

📋 copy color: '#EFB6BA'

red 239 ◦ green 182 ◦ blue 186

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

Shades of Azalea #EFB6BA

Tints of Azalea #EFB6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.64%

R = 39.37%
G = 29.98%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFB6BA (or 0xEFB6BA) is known color: Azalea. HEX triplet: EF, B6 and BA. RGB value is (239,182,186). Sum of RGB (Red+Green+Blue) = 239+182+186=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6BA is #104945. Grayscale: #C7C7C7. Windows color (decimal): -1067334 or 12236527. OLE color: 12236527.

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

Color convert

RGB 239 182 186 -
CMYK 0 0.24 0.22 0.06
HSL 355.79º 0.64% 0.83% -
HSV(B) 355.79º 0.24% 0.94% -
XYZ 61.19 55.35 53.91 -
YUV 199.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 239 182 186 0 0.24 0.22 0.06 355.79 0.64 0.83
Hex EF B6 BA 0 18 16 6 164 40 53
Octal 357 266 272 0 30 26 6 544 100 123
Binary 11101111 10110110 10111010 0 11000 10110 110 101100100 1000000 1010011

Color Harmonies of #EFB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6BA

Black with #EFB6BA

Text Example


Text Example

White with #EFB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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