#E7AFBA

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

Shades of Blossom #E7AFBA

Tints of Blossom #E7AFBA

Color information

#E7AFBA (or 0xE7AFBA) is unknown color: approx Blossom. HEX triplet: E7, AF and BA. RGB value is (231,175,186). Sum of RGB (Red+Green+Blue) = 231+175+186=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFBA is #185045. Grayscale: #C1C1C1. Windows color (decimal): -1593414 or 12234727. OLE color: 12234727.

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

Color convert

RGB231175186-
CMYK00.240.190.09
HSL348.21º53.85%79.61%-
HSV(B)348.21º24.24%90.59%-
XYZ57.1551.1953.32-
YUV193124.05155.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=39.02%
G=29.56%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117518600.240.190.09348.2153.8579.61
HexE7AFBA01813915c3650
Octal347257272030231153466120
Binary1110011110101111101110100110001001110011010111001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFBA; }

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

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

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

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

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

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

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

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