#E2AFBA

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

Shades of Blossom #E2AFBA

Tints of Blossom #E2AFBA

Color information

#E2AFBA (or 0xE2AFBA) is unknown color: approx Blossom. HEX triplet: E2, AF and BA. RGB value is (226,175,186). Sum of RGB (Red+Green+Blue) = 226+175+186=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFBA is #1D5045. Grayscale: #BFBFBF. Windows color (decimal): -1921094 or 12234722. OLE color: 12234722.

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

Color convert

RGB226175186-
CMYK00.230.180.11
HSL347.06º46.79%78.63%-
HSV(B)347.06º22.57%88.63%-
XYZ55.5650.3753.25-
YUV191.5124.9152.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=38.50%
G=29.81%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617518600.230.180.11347.0646.7978.63
HexE2AFBA01712B15b2f4f
Octal342257272027221353357117
Binary1110001010101111101110100101111001010111010110111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFBA; }

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

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

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

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

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

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

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

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