Html Css Color HEX #EFC9CB Azalea

📋 copy color: '#EFC9CB'

red 239 ◦ green 201 ◦ blue 203

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

Shades of Azalea #EFC9CB

Tints of Azalea #EFC9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.26%

 BLUE value IS 203 (79.69% from 255) = 31.57%

R = 37.17%
G = 31.26%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFC9CB (or 0xEFC9CB) is known color: Azalea. HEX triplet: EF, C9 and CB. RGB value is (239,201,203). Sum of RGB (Red+Green+Blue) = 239+201+203=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9CB is #103634. Grayscale: #D4D4D4. Windows color (decimal): -1062453 or 13355503. OLE color: 13355503.

HSL color Cylindrical-coordinate representation of color #EFC9CB: hue angle of 356.84º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC9CB is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 203 -
CMYK 0 0.16 0.15 0.06
HSL 356.84º 0.54% 0.86% -
HSV(B) 356.84º 0.16% 0.94% -
XYZ 67.26 64.44 65.39 -
YUV 212.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 239 201 203 0 0.16 0.15 0.06 356.84 0.54 0.86
Hex EF C9 CB 0 10 F 6 165 36 56
Octal 357 311 313 0 20 17 6 545 66 126
Binary 11101111 11001001 11001011 0 10000 1111 110 101100101 110110 1010110

Color Harmonies of #EFC9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9CB

Black with #EFC9CB

Text Example


Text Example

White with #EFC9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9CB; }

 p { color: rgb(239,201,203); }

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

background-color css

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

 a { background-color: rgb(239,201,203); }

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

border-color css

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

 span { border-color: rgb(239,201,203); }

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