Html Css Color HEX #EFB8BF Azalea

📋 copy color: '#EFB8BF'

red 239 ◦ green 184 ◦ blue 191

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

Shades of Azalea #EFB8BF

Tints of Azalea #EFB8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.97%

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

R = 38.93%
G = 29.97%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFB8BF (or 0xEFB8BF) is known color: Azalea. HEX triplet: EF, B8 and BF. RGB value is (239,184,191). Sum of RGB (Red+Green+Blue) = 239+184+191=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8BF is #104740. Grayscale: #C9C9C9. Windows color (decimal): -1066817 or 12564719. OLE color: 12564719.

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

Color convert

RGB 239 184 191 -
CMYK 0 0.23 0.20 0.06
HSL 352.36º 0.63% 0.83% -
HSV(B) 352.36º 0.23% 0.94% -
XYZ 62.14 56.39 56.9 -
YUV 201.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 239 184 191 0 0.23 0.20 0.06 352.36 0.63 0.83
Hex EF B8 BF 0 17 14 6 160 3F 53
Octal 357 270 277 0 27 24 6 540 77 123
Binary 11101111 10111000 10111111 0 10111 10100 110 101100000 111111 1010011

Color Harmonies of #EFB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB8BF

Black with #EFB8BF

Text Example


Text Example

White with #EFB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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