#E7AFB4

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

Shades of Blossom #E7AFB4

Tints of Blossom #E7AFB4

Color information

#E7AFB4 (or 0xE7AFB4) is unknown color: approx Blossom. HEX triplet: E7, AF and B4. RGB value is (231,175,180). Sum of RGB (Red+Green+Blue) = 231+175+180=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFB4 is #18504B. Grayscale: #C0C0C0. Windows color (decimal): -1593420 or 11841511. OLE color: 11841511.

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

Color convert

RGB231175180-
CMYK00.240.220.09
HSL354.64º53.85%79.61%-
HSV(B)354.64º24.24%90.59%-
XYZ56.5250.9450.03-
YUV192.31121.05155.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.42%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 180 (70.70% from 255) = 30.72%
R=39.42%
G=29.86%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117518000.240.220.09354.6453.8579.61
HexE7AFB40181691633650
Octal347257264030261154366120
Binary1110011110101111101101000110001011010011011000111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFB4; }

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

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

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

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

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

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

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

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