#E0BABE

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

Shades of Blossom #E0BABE

Tints of Blossom #E0BABE

Color information

#E0BABE (or 0xE0BABE) is unknown color: approx Blossom. HEX triplet: E0, BA and BE. RGB value is (224,186,190). Sum of RGB (Red+Green+Blue) = 224+186+190=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BABE is #1F4541. Grayscale: #C5C5C5. Windows color (decimal): -2049346 or 12499680. OLE color: 12499680.

HSL color Cylindrical-coordinate representation of color #E0BABE: hue angle of 353.68º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BABE is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224186190-
CMYK00.170.150.12
HSL353.68º38%80.39%-
HSV(B)353.68º16.96%87.84%-
XYZ57.5954.6856.23-
YUV197.82123.59146.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.33%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=37.33%
G=31%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418619000.170.150.12353.683880.39
HexE0BABE011FC1622650
Octal340272276021171454246120
Binary111000001011101010111110010001111111001011000101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BABE; }

 p { color: rgb(224,186,190); }

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

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

 a { background-color: rgb(224,186,190); }

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

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

 span { border-color: rgb(224,186,190); }

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