Html Css Color HEX #EFB7BC Azalea

📋 copy color: '#EFB7BC'

red 239 ◦ green 183 ◦ blue 188

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

Shades of Azalea #EFB7BC

Tints of Azalea #EFB7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30%

 BLUE value IS 188 (73.83% from 255) = 30.82%

R = 39.18%
G = 30%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFB7BC (or 0xEFB7BC) is known color: Azalea. HEX triplet: EF, B7 and BC. RGB value is (239,183,188). Sum of RGB (Red+Green+Blue) = 239+183+188=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7BC is #104843. Grayscale: #C8C8C8. Windows color (decimal): -1067076 or 12367855. OLE color: 12367855.

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

Color convert

RGB 239 183 188 -
CMYK 0 0.23 0.21 0.06
HSL 354.64º 0.64% 0.83% -
HSV(B) 354.64º 0.23% 0.94% -
XYZ 61.61 55.85 55.11 -
YUV 200.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 239 183 188 0 0.23 0.21 0.06 354.64 0.64 0.83
Hex EF B7 BC 0 17 15 6 163 40 53
Octal 357 267 274 0 27 25 6 543 100 123
Binary 11101111 10110111 10111100 0 10111 10101 110 101100011 1000000 1010011

Color Harmonies of #EFB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7BC

Black with #EFB7BC

Text Example


Text Example

White with #EFB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7BC; }

 p { color: rgb(239,183,188); }

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

background-color css

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

 a { background-color: rgb(239,183,188); }

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

border-color css

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

 span { border-color: rgb(239,183,188); }

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