#E2AFB7

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

Shades of Blossom #E2AFB7

Tints of Blossom #E2AFB7

Color information

#E2AFB7 (or 0xE2AFB7) is unknown color: approx Blossom. HEX triplet: E2, AF and B7. RGB value is (226,175,183). Sum of RGB (Red+Green+Blue) = 226+175+183=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFB7 is #1D5048. Grayscale: #BFBFBF. Windows color (decimal): -1921097 or 12038114. OLE color: 12038114.

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

Color convert

RGB226175183-
CMYK00.230.190.11
HSL350.59º46.79%78.63%-
HSV(B)350.59º22.57%88.63%-
XYZ55.2450.2551.59-
YUV191.16123.4152.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.70%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 183 (71.88% from 255) = 31.34%
R=38.70%
G=29.97%
B=31.34%

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
Decimal22617518300.230.190.11350.5946.7978.63
HexE2AFB701713B15f2f4f
Octal342257267027231353757117
Binary1110001010101111101101110101111001110111010111111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFB7; }

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

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

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

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

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

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

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

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