Html Css Color HEX #EFBFC5 Azalea

📋 copy color: '#EFBFC5'

red 239 ◦ green 191 ◦ blue 197

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

Shades of Azalea #EFBFC5

Tints of Azalea #EFBFC5

RGB

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

 GREEN value IS 191 (75% from 255) = 30.46%

 BLUE value IS 197 (77.34% from 255) = 31.42%

R = 38.12%
G = 30.46%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFBFC5 (or 0xEFBFC5) is known color: Azalea. HEX triplet: EF, BF and C5. RGB value is (239,191,197). Sum of RGB (Red+Green+Blue) = 239+191+197=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC5 is #10403A. Grayscale: #CECECE. Windows color (decimal): -1065019 or 12959727. OLE color: 12959727.

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

Color convert

RGB 239 191 197 -
CMYK 0 0.20 0.18 0.06
HSL 352.5º 0.6% 0.84% -
HSV(B) 352.5º 0.2% 0.94% -
XYZ 64.31 59.64 60.95 -
YUV 206.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 239 191 197 0 0.20 0.18 0.06 352.5 0.6 0.84
Hex EF BF C5 0 14 12 6 160 3C 54
Octal 357 277 305 0 24 22 6 540 74 124
Binary 11101111 10111111 11000101 0 10100 10010 110 101100000 111100 1010100

Color Harmonies of #EFBFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFC5

Black with #EFBFC5

Text Example


Text Example

White with #EFBFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFC5; }

 p { color: rgb(239,191,197); }

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

background-color css

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

 a { background-color: rgb(239,191,197); }

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

border-color css

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

 span { border-color: rgb(239,191,197); }

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