Html Css Color HEX #EFBABB Azalea

📋 copy color: '#EFBABB'

red 239 ◦ green 186 ◦ blue 187

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

Shades of Azalea #EFBABB

Tints of Azalea #EFBABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.56%

R = 39.05%
G = 30.39%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFBABB (or 0xEFBABB) is known color: Azalea. HEX triplet: EF, BA and BB. RGB value is (239,186,187). Sum of RGB (Red+Green+Blue) = 239+186+187=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBABB is #104544. Grayscale: #CACACA. Windows color (decimal): -1066309 or 12303087. OLE color: 12303087.

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

Color convert

RGB 239 186 187 -
CMYK 0 0.22 0.22 0.06
HSL 358.87º 0.62% 0.83% -
HSV(B) 358.87º 0.22% 0.94% -
XYZ 62.13 57.06 54.75 -
YUV 201.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 239 186 187 0 0.22 0.22 0.06 358.87 0.62 0.83
Hex EF BA BB 0 16 16 6 167 3E 53
Octal 357 272 273 0 26 26 6 547 76 123
Binary 11101111 10111010 10111011 0 10110 10110 110 101100111 111110 1010011

Color Harmonies of #EFBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBABB

Black with #EFBABB

Text Example


Text Example

White with #EFBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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