Html Css Color HEX #EFBABD Azalea

📋 copy color: '#EFBABD'

red 239 ◦ green 186 ◦ blue 189

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

Shades of Azalea #EFBABD

Tints of Azalea #EFBABD

RGB

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

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

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

R = 38.93%
G = 30.29%
B = 30.78%

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

#EFBABD (or 0xEFBABD) is known color: Azalea. HEX triplet: EF, BA and BD. RGB value is (239,186,189). Sum of RGB (Red+Green+Blue) = 239+186+189=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBABD is #104542. Grayscale: #CACACA. Windows color (decimal): -1066307 or 12434159. OLE color: 12434159.

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

Color convert

RGB 239 186 189 -
CMYK 0 0.22 0.21 0.06
HSL 356.6º 0.62% 0.83% -
HSV(B) 356.6º 0.22% 0.94% -
XYZ 62.34 57.14 55.89 -
YUV 202.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 239 186 189 0 0.22 0.21 0.06 356.6 0.62 0.83
Hex EF BA BD 0 16 15 6 165 3E 53
Octal 357 272 275 0 26 25 6 545 76 123
Binary 11101111 10111010 10111101 0 10110 10101 110 101100101 111110 1010011

Color Harmonies of #EFBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBABD

Black with #EFBABD

Text Example


Text Example

White with #EFBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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