#E8ADBA

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

Shades of Blossom #E8ADBA

Tints of Blossom #E8ADBA

Color information

#E8ADBA (or 0xE8ADBA) is unknown color: approx Blossom. HEX triplet: E8, AD and BA. RGB value is (232,173,186). Sum of RGB (Red+Green+Blue) = 232+173+186=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ADBA is #175245. Grayscale: #C0C0C0. Windows color (decimal): -1528390 or 12234216. OLE color: 12234216.

HSL color Cylindrical-coordinate representation of color #E8ADBA: hue angle of 346.78º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8ADBA is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232173186-
CMYK00.250.200.09
HSL346.78º56.19%79.41%-
HSV(B)346.78º25.43%90.98%-
XYZ57.0950.5953.21-
YUV192.12124.55156.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.26%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=39.26%
G=29.27%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217318600.250.200.09346.7856.1979.41
HexE8ADBA01914915b384f
Octal350255272031241153370117
Binary1110100010101101101110100110011010010011010110111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ADBA; }

 p { color: rgb(232,173,186); }

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

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

 a { background-color: rgb(232,173,186); }

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

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

 span { border-color: rgb(232,173,186); }

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