Html Css Color HEX #E9BFC0 Azalea

📋 copy color: '#E9BFC0'

red 233 ◦ green 191 ◦ blue 192

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

Shades of Azalea #E9BFC0

Tints of Azalea #E9BFC0

RGB

 RED value IS 233 (91.41% from 255) = 37.82%

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

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

R = 37.82%
G = 31.01%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E9BFC0 (or 0xE9BFC0) is known color: Azalea. HEX triplet: E9, BF and C0. RGB value is (233,191,192). Sum of RGB (Red+Green+Blue) = 233+191+192=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFC0 is #16403F. Grayscale: #CBCBCB. Windows color (decimal): -1458240 or 12632041. OLE color: 12632041.

HSL color Cylindrical-coordinate representation of color #E9BFC0: hue angle of 358.57º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9BFC0 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 191 192 -
CMYK 0 0.18 0.18 0.09
HSL 358.57º 0.49% 0.83% -
HSV(B) 358.57º 0.18% 0.91% -
XYZ 61.75 58.39 57.89 -
YUV 203.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 233 191 192 0 0.18 0.18 0.09 358.57 0.49 0.83
Hex E9 BF C0 0 12 12 9 167 31 53
Octal 351 277 300 0 22 22 11 547 61 123
Binary 11101001 10111111 11000000 0 10010 10010 1001 101100111 110001 1010011

Color Harmonies of #E9BFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BFC0

Black with #E9BFC0

Text Example


Text Example

White with #E9BFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BFC0; }

 p { color: rgb(233,191,192); }

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

background-color css

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

 a { background-color: rgb(233,191,192); }

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

border-color css

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

 span { border-color: rgb(233,191,192); }

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