#E6BABB

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

Shades of Blossom #E6BABB

Tints of Blossom #E6BABB

Color information

#E6BABB (or 0xE6BABB) is unknown color: approx Blossom. HEX triplet: E6, BA and BB. RGB value is (230,186,187). Sum of RGB (Red+Green+Blue) = 230+186+187=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BABB is #194544. Grayscale: #C7C7C7. Windows color (decimal): -1656133 or 12303078. OLE color: 12303078.

HSL color Cylindrical-coordinate representation of color #E6BABB: hue angle of 358.64º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BABB is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230186187-
CMYK00.190.190.10
HSL358.64º46.81%81.57%-
HSV(B)358.64º19.13%90.2%-
XYZ59.1655.5354.61-
YUV199.27121.08149.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.14%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=38.14%
G=30.85%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018618700.190.190.10358.6446.8181.57
HexE6BABB01313A1672f52
Octal346272273023231254757122
Binary1110011010111010101110110100111001110101011001111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BABB; }

 p { color: rgb(230,186,187); }

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

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

 a { background-color: rgb(230,186,187); }

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

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

 span { border-color: rgb(230,186,187); }

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