Html Css Color HEX #EFBFC2 Azalea

📋 copy color: '#EFBFC2'

red 239 ◦ green 191 ◦ blue 194

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

Shades of Azalea #EFBFC2

Tints of Azalea #EFBFC2

RGB

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

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

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

R = 38.3%
G = 30.61%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFBFC2 (or 0xEFBFC2) is known color: Azalea. HEX triplet: EF, BF and C2. RGB value is (239,191,194). Sum of RGB (Red+Green+Blue) = 239+191+194=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC2 is #10403D. Grayscale: #CDCDCD. Windows color (decimal): -1065022 or 12763119. OLE color: 12763119.

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

Color convert

RGB 239 191 194 -
CMYK 0 0.20 0.19 0.06
HSL 356.25º 0.6% 0.84% -
HSV(B) 356.25º 0.2% 0.94% -
XYZ 63.97 59.51 59.15 -
YUV 205.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 239 191 194 0 0.20 0.19 0.06 356.25 0.6 0.84
Hex EF BF C2 0 14 13 6 164 3C 54
Octal 357 277 302 0 24 23 6 544 74 124
Binary 11101111 10111111 11000010 0 10100 10011 110 101100100 111100 1010100

Color Harmonies of #EFBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFC2

Black with #EFBFC2

Text Example


Text Example

White with #EFBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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