#EBB3B5

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

Shades of Blossom #EBB3B5

Tints of Blossom #EBB3B5

Color information

#EBB3B5 (or 0xEBB3B5) is unknown color: approx Blossom. HEX triplet: EB, B3 and B5. RGB value is (235,179,181). Sum of RGB (Red+Green+Blue) = 235+179+181=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3B5 is #144C4A. Grayscale: #C4C4C4. Windows color (decimal): -1330251 or 11908075. OLE color: 11908075.

HSL color Cylindrical-coordinate representation of color #EBB3B5: hue angle of 357.86º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3B5 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235179181-
CMYK00.240.230.08
HSL357.86º58.33%81.18%-
HSV(B)357.86º23.83%92.16%-
XYZ58.7253.2450.9-
YUV195.97119.55155.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 179 (70.31% from 255) = 30.08%
BLUE value IS 181 (71.09% from 255) = 30.42%
R=39.50%
G=30.08%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517918100.240.230.08357.8658.3381.18
HexEBB3B50181781663a51
Octal353263265030271054672121
Binary1110101110110011101101010110001011110001011001101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3B5; }

 p { color: rgb(235,179,181); }

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

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

 a { background-color: rgb(235,179,181); }

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

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

 span { border-color: rgb(235,179,181); }

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