Html Css Color HEX #EFB7BE Azalea

📋 copy color: '#EFB7BE'

red 239 ◦ green 183 ◦ blue 190

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

Shades of Azalea #EFB7BE

Tints of Azalea #EFB7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.05%

R = 39.05%
G = 29.9%
B = 31.05%

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

#EFB7BE (or 0xEFB7BE) is known color: Azalea. HEX triplet: EF, B7 and BE. RGB value is (239,183,190). Sum of RGB (Red+Green+Blue) = 239+183+190=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7BE is #104841. Grayscale: #C8C8C8. Windows color (decimal): -1067074 or 12498927. OLE color: 12498927.

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

Color convert

RGB 239 183 190 -
CMYK 0 0.23 0.21 0.06
HSL 352.5º 0.64% 0.83% -
HSV(B) 352.5º 0.23% 0.94% -
XYZ 61.82 55.94 56.25 -
YUV 200.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 239 183 190 0 0.23 0.21 0.06 352.5 0.64 0.83
Hex EF B7 BE 0 17 15 6 160 40 53
Octal 357 267 276 0 27 25 6 540 100 123
Binary 11101111 10110111 10111110 0 10111 10101 110 101100000 1000000 1010011

Color Harmonies of #EFB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7BE

Black with #EFB7BE

Text Example


Text Example

White with #EFB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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