#EBB3B8

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

Shades of Blossom #EBB3B8

Tints of Blossom #EBB3B8

Color information

#EBB3B8 (or 0xEBB3B8) is unknown color: approx Blossom. HEX triplet: EB, B3 and B8. RGB value is (235,179,184). Sum of RGB (Red+Green+Blue) = 235+179+184=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3B8 is #144C47. Grayscale: #C4C4C4. Windows color (decimal): -1330248 or 12104683. OLE color: 12104683.

HSL color Cylindrical-coordinate representation of color #EBB3B8: hue angle of 354.64º 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 #EBB3B8 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235179184-
CMYK00.240.220.08
HSL354.64º58.33%81.18%-
HSV(B)354.64º23.83%92.16%-
XYZ59.0353.3652.54-
YUV196.31121.05155.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 179 (70.31% from 255) = 29.93%
BLUE value IS 184 (72.27% from 255) = 30.77%
R=39.30%
G=29.93%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517918400.240.220.08354.6458.3381.18
HexEBB3B80181681633a51
Octal353263270030261054372121
Binary1110101110110011101110000110001011010001011000111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3B8; }

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

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

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

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

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

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

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

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