#E7AFB3

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

Shades of Blossom #E7AFB3

Tints of Blossom #E7AFB3

Color information

#E7AFB3 (or 0xE7AFB3) is unknown color: approx Blossom. HEX triplet: E7, AF and B3. RGB value is (231,175,179). Sum of RGB (Red+Green+Blue) = 231+175+179=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFB3 is #18504C. Grayscale: #C0C0C0. Windows color (decimal): -1593421 or 11775975. OLE color: 11775975.

HSL color Cylindrical-coordinate representation of color #E7AFB3: hue angle of 355.71º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7AFB3 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB231175179-
CMYK00.240.230.09
HSL355.71º53.85%79.61%-
HSV(B)355.71º24.24%90.59%-
XYZ56.4250.949.5-
YUV192.2120.55155.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.49%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 179 (70.31% from 255) = 30.60%
R=39.49%
G=29.91%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117517900.240.230.09355.7153.8579.61
HexE7AFB30181791643650
Octal347257263030271154466120
Binary1110011110101111101100110110001011110011011001001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFB3; }

 p { color: rgb(231,175,179); }

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

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

 a { background-color: rgb(231,175,179); }

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

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

 span { border-color: rgb(231,175,179); }

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