#EBBABB

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

Shades of Blossom #EBBABB

Tints of Blossom #EBBABB

Color information

#EBBABB (or 0xEBBABB) is unknown color: approx Blossom. HEX triplet: EB, BA and BB. RGB value is (235,186,187). Sum of RGB (Red+Green+Blue) = 235+186+187=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBABB is #144544. Grayscale: #C8C8C8. Windows color (decimal): -1328453 or 12303083. OLE color: 12303083.

HSL color Cylindrical-coordinate representation of color #EBBABB: hue angle of 358.78º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBABB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235186187-
CMYK00.210.200.08
HSL358.78º55.06%82.55%-
HSV(B)358.78º20.85%92.16%-
XYZ60.7956.3754.69-
YUV200.76120.23152.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=38.65%
G=30.59%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518618700.210.200.08358.7855.0682.55
HexEBBABB0151481673753
Octal353272273025241054767123
Binary1110101110111010101110110101011010010001011001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBABB; }

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

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

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

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

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

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

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

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