Html Css Color HEX #EFC1C4 Azalea

📋 copy color: '#EFC1C4'

red 239 ◦ green 193 ◦ blue 196

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

Shades of Azalea #EFC1C4

Tints of Azalea #EFC1C4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.73%

 BLUE value IS 196 (76.95% from 255) = 31.21%

R = 38.06%
G = 30.73%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFC1C4 (or 0xEFC1C4) is known color: Azalea. HEX triplet: EF, C1 and C4. RGB value is (239,193,196). Sum of RGB (Red+Green+Blue) = 239+193+196=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1C4 is #103E3B. Grayscale: #CFCFCF. Windows color (decimal): -1064508 or 12894703. OLE color: 12894703.

HSL color Cylindrical-coordinate representation of color #EFC1C4: hue angle of 356.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC1C4 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 193 196 -
CMYK 0 0.19 0.18 0.06
HSL 356.09º 0.59% 0.85% -
HSV(B) 356.09º 0.19% 0.94% -
XYZ 64.63 60.48 60.49 -
YUV 207.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 239 193 196 0 0.19 0.18 0.06 356.09 0.59 0.85
Hex EF C1 C4 0 13 12 6 164 3B 55
Octal 357 301 304 0 23 22 6 544 73 125
Binary 11101111 11000001 11000100 0 10011 10010 110 101100100 111011 1010101

Color Harmonies of #EFC1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1C4

Black with #EFC1C4

Text Example


Text Example

White with #EFC1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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