Html Css Color HEX #EFB9C0 Azalea

📋 copy color: '#EFB9C0'

red 239 ◦ green 185 ◦ blue 192

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

Shades of Azalea #EFB9C0

Tints of Azalea #EFB9C0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.03%

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

R = 38.8%
G = 30.03%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFB9C0 (or 0xEFB9C0) is known color: Azalea. HEX triplet: EF, B9 and C0. RGB value is (239,185,192). Sum of RGB (Red+Green+Blue) = 239+185+192=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9C0 is #10463F. Grayscale: #C9C9C9. Windows color (decimal): -1066560 or 12630511. OLE color: 12630511.

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

Color convert

RGB 239 185 192 -
CMYK 0 0.23 0.20 0.06
HSL 352.22º 0.63% 0.83% -
HSV(B) 352.22º 0.23% 0.94% -
XYZ 62.46 56.85 57.55 -
YUV 201.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 239 185 192 0 0.23 0.20 0.06 352.22 0.63 0.83
Hex EF B9 C0 0 17 14 6 160 3F 53
Octal 357 271 300 0 27 24 6 540 77 123
Binary 11101111 10111001 11000000 0 10111 10100 110 101100000 111111 1010011

Color Harmonies of #EFB9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9C0

Black with #EFB9C0

Text Example


Text Example

White with #EFB9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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