Html Css Color HEX #EFBBC0 Azalea

📋 copy color: '#EFBBC0'

red 239 ◦ green 187 ◦ blue 192

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

Shades of Azalea #EFBBC0

Tints of Azalea #EFBBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.26%

 BLUE value IS 192 (75.39% from 255) = 31.07%

R = 38.67%
G = 30.26%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFBBC0 (or 0xEFBBC0) is known color: Azalea. HEX triplet: EF, BB and C0. RGB value is (239,187,192). Sum of RGB (Red+Green+Blue) = 239+187+192=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC0 is #10443F. Grayscale: #CBCBCB. Windows color (decimal): -1066048 or 12631023. OLE color: 12631023.

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

Color convert

RGB 239 187 192 -
CMYK 0 0.22 0.20 0.06
HSL 354.23º 0.62% 0.84% -
HSV(B) 354.23º 0.22% 0.94% -
XYZ 62.88 57.7 57.69 -
YUV 203.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 239 187 192 0 0.22 0.20 0.06 354.23 0.62 0.84
Hex EF BB C0 0 16 14 6 162 3E 54
Octal 357 273 300 0 26 24 6 542 76 124
Binary 11101111 10111011 11000000 0 10110 10100 110 101100010 111110 1010100

Color Harmonies of #EFBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBC0

Black with #EFBBC0

Text Example


Text Example

White with #EFBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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