#E2AFB6

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

Shades of Blossom #E2AFB6

Tints of Blossom #E2AFB6

Color information

#E2AFB6 (or 0xE2AFB6) is unknown color: approx Blossom. HEX triplet: E2, AF and B6. RGB value is (226,175,182). Sum of RGB (Red+Green+Blue) = 226+175+182=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFB6 is #1D5049. Grayscale: #BFBFBF. Windows color (decimal): -1921098 or 11972578. OLE color: 11972578.

HSL color Cylindrical-coordinate representation of color #E2AFB6: hue angle of 351.76º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFB6 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB226175182-
CMYK00.230.190.11
HSL351.76º46.79%78.63%-
HSV(B)351.76º22.57%88.63%-
XYZ55.1450.2151.04-
YUV191.05122.9152.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.77%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=38.77%
G=30.02%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617518200.230.190.11351.7646.7978.63
HexE2AFB601713B1602f4f
Octal342257266027231354057117
Binary1110001010101111101101100101111001110111011000001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFB6; }

 p { color: rgb(226,175,182); }

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

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

 a { background-color: rgb(226,175,182); }

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

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

 span { border-color: rgb(226,175,182); }

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