Html Css Color HEX #EFBBC2 Azalea

📋 copy color: '#EFBBC2'

red 239 ◦ green 187 ◦ blue 194

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

Shades of Azalea #EFBBC2

Tints of Azalea #EFBBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.29%

R = 38.55%
G = 30.16%
B = 31.29%

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

#EFBBC2 (or 0xEFBBC2) is known color: Azalea. HEX triplet: EF, BB and C2. RGB value is (239,187,194). Sum of RGB (Red+Green+Blue) = 239+187+194=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC2 is #10443D. Grayscale: #CBCBCB. Windows color (decimal): -1066046 or 12762095. OLE color: 12762095.

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

Color convert

RGB 239 187 194 -
CMYK 0 0.22 0.19 0.06
HSL 351.92º 0.62% 0.84% -
HSV(B) 351.92º 0.22% 0.94% -
XYZ 63.1 57.79 58.87 -
YUV 203.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 239 187 194 0 0.22 0.19 0.06 351.92 0.62 0.84
Hex EF BB C2 0 16 13 6 160 3E 54
Octal 357 273 302 0 26 23 6 540 76 124
Binary 11101111 10111011 11000010 0 10110 10011 110 101100000 111110 1010100

Color Harmonies of #EFBBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBC2

Black with #EFBBC2

Text Example


Text Example

White with #EFBBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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