Html Css Color HEX #E9BFC2 Azalea

📋 copy color: '#E9BFC2'

red 233 ◦ green 191 ◦ blue 194

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

Shades of Azalea #E9BFC2

Tints of Azalea #E9BFC2

RGB

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

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

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

R = 37.7%
G = 30.91%
B = 31.39%

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

#E9BFC2 (or 0xE9BFC2) is known color: Azalea. HEX triplet: E9, BF and C2. RGB value is (233,191,194). Sum of RGB (Red+Green+Blue) = 233+191+194=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFC2 is #16403D. Grayscale: #CBCBCB. Windows color (decimal): -1458238 or 12763113. OLE color: 12763113.

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

Color convert

RGB 233 191 194 -
CMYK 0 0.18 0.17 0.09
HSL 355.71º 0.49% 0.83% -
HSV(B) 355.71º 0.18% 0.91% -
XYZ 61.97 58.48 59.06 -
YUV 203.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 233 191 194 0 0.18 0.17 0.09 355.71 0.49 0.83
Hex E9 BF C2 0 12 11 9 164 31 53
Octal 351 277 302 0 22 21 11 544 61 123
Binary 11101001 10111111 11000010 0 10010 10001 1001 101100100 110001 1010011

Color Harmonies of #E9BFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BFC2

Black with #E9BFC2

Text Example


Text Example

White with #E9BFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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