Html Css Color HEX #EFBABF Azalea

📋 copy color: '#EFBABF'

red 239 ◦ green 186 ◦ blue 191

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

Shades of Azalea #EFBABF

Tints of Azalea #EFBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.19%

 BLUE value IS 191 (75% from 255) = 31.01%

R = 38.8%
G = 30.19%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFBABF (or 0xEFBABF) is known color: Azalea. HEX triplet: EF, BA and BF. RGB value is (239,186,191). Sum of RGB (Red+Green+Blue) = 239+186+191=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBABF is #104540. Grayscale: #CACACA. Windows color (decimal): -1066305 or 12565231. OLE color: 12565231.

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

Color convert

RGB 239 186 191 -
CMYK 0 0.22 0.20 0.06
HSL 354.34º 0.62% 0.83% -
HSV(B) 354.34º 0.22% 0.94% -
XYZ 62.56 57.23 57.04 -
YUV 202.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 239 186 191 0 0.22 0.20 0.06 354.34 0.62 0.83
Hex EF BA BF 0 16 14 6 162 3E 53
Octal 357 272 277 0 26 24 6 542 76 123
Binary 11101111 10111010 10111111 0 10110 10100 110 101100010 111110 1010011

Color Harmonies of #EFBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBABF

Black with #EFBABF

Text Example


Text Example

White with #EFBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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