Html Css Color HEX #EFBBC1 Azalea

📋 copy color: '#EFBBC1'

red 239 ◦ green 187 ◦ blue 193

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

Shades of Azalea #EFBBC1

Tints of Azalea #EFBBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.18%

R = 38.61%
G = 30.21%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFBBC1 (or 0xEFBBC1) is known color: Azalea. HEX triplet: EF, BB and C1. RGB value is (239,187,193). Sum of RGB (Red+Green+Blue) = 239+187+193=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC1 is #10443E. Grayscale: #CBCBCB. Windows color (decimal): -1066047 or 12696559. OLE color: 12696559.

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

Color convert

RGB 239 187 193 -
CMYK 0 0.22 0.19 0.06
HSL 353.08º 0.62% 0.84% -
HSV(B) 353.08º 0.22% 0.94% -
XYZ 62.99 57.74 58.28 -
YUV 203.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 239 187 193 0 0.22 0.19 0.06 353.08 0.62 0.84
Hex EF BB C1 0 16 13 6 161 3E 54
Octal 357 273 301 0 26 23 6 541 76 124
Binary 11101111 10111011 11000001 0 10110 10011 110 101100001 111110 1010100

Color Harmonies of #EFBBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBC1

Black with #EFBBC1

Text Example


Text Example

White with #EFBBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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