Html Css Color HEX #E9BFC1 Azalea

📋 copy color: '#E9BFC1'

red 233 ◦ green 191 ◦ blue 193

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

Shades of Azalea #E9BFC1

Tints of Azalea #E9BFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.28%

R = 37.76%
G = 30.96%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E9BFC1 (or 0xE9BFC1) is known color: Azalea. HEX triplet: E9, BF and C1. RGB value is (233,191,193). Sum of RGB (Red+Green+Blue) = 233+191+193=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFC1 is #16403E. Grayscale: #CBCBCB. Windows color (decimal): -1458239 or 12697577. OLE color: 12697577.

HSL color Cylindrical-coordinate representation of color #E9BFC1: hue angle of 357.14º 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 #E9BFC1 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 191 193 -
CMYK 0 0.18 0.17 0.09
HSL 357.14º 0.49% 0.83% -
HSV(B) 357.14º 0.18% 0.91% -
XYZ 61.86 58.44 58.47 -
YUV 203.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 233 191 193 0 0.18 0.17 0.09 357.14 0.49 0.83
Hex E9 BF C1 0 12 11 9 165 31 53
Octal 351 277 301 0 22 21 11 545 61 123
Binary 11101001 10111111 11000001 0 10010 10001 1001 101100101 110001 1010011

Color Harmonies of #E9BFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BFC1

Black with #E9BFC1

Text Example


Text Example

White with #E9BFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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