Html Css Color HEX #EFB8BC Azalea

📋 copy color: '#EFB8BC'

red 239 ◦ green 184 ◦ blue 188

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

Shades of Azalea #EFB8BC

Tints of Azalea #EFB8BC

RGB

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

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

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

R = 39.12%
G = 30.11%
B = 30.77%

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

#EFB8BC (or 0xEFB8BC) is known color: Azalea. HEX triplet: EF, B8 and BC. RGB value is (239,184,188). Sum of RGB (Red+Green+Blue) = 239+184+188=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8BC is #104743. Grayscale: #C8C8C8. Windows color (decimal): -1066820 or 12368111. OLE color: 12368111.

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

Color convert

RGB 239 184 188 -
CMYK 0 0.23 0.21 0.06
HSL 355.64º 0.63% 0.83% -
HSV(B) 355.64º 0.23% 0.94% -
XYZ 61.81 56.26 55.18 -
YUV 200.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 239 184 188 0 0.23 0.21 0.06 355.64 0.63 0.83
Hex EF B8 BC 0 17 15 6 164 3F 53
Octal 357 270 274 0 27 25 6 544 77 123
Binary 11101111 10111000 10111100 0 10111 10101 110 101100100 111111 1010011

Color Harmonies of #EFB8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB8BC

Black with #EFB8BC

Text Example


Text Example

White with #EFB8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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