#E7BFC1

Color #E7BFC1 Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #E7BFC1

Tints of Azalea #E7BFC1

Color information

#E7BFC1 (or 0xE7BFC1) is unknown color: approx Azalea. HEX triplet: E7, BF and C1. RGB value is (231,191,193). Sum of RGB (Red+Green+Blue) = 231+191+193=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFC1 is #18403E. Grayscale: #CBCBCB. Windows color (decimal): -1589311 or 12697575. OLE color: 12697575.

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

Color convert

RGB231191193-
CMYK00.170.160.09
HSL357º45.45%82.75%-
HSV(B)357º17.32%90.59%-
XYZ61.2158.158.44-
YUV203.19122.25147.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.56%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 193 (75.78% from 255) = 31.38%
R=37.56%
G=31.06%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119119300.170.160.0935745.4582.75
HexE7BFC10111091652d53
Octal347277301021201154555123
Binary1110011110111111110000010100011000010011011001011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFC1; }

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

 H1.HeaderClassName
 {
   color: #E7BFC1;
 }
 .AnyTagClassName
 {
   color: #E7BFC1;
 }
</style>
background-color css

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

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

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

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

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

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