#EBB0B8

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

Shades of Blossom #EBB0B8

Tints of Blossom #EBB0B8

Color information

#EBB0B8 (or 0xEBB0B8) is unknown color: approx Blossom. HEX triplet: EB, B0 and B8. RGB value is (235,176,184). Sum of RGB (Red+Green+Blue) = 235+176+184=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0B8 is #144F47. Grayscale: #C2C2C2. Windows color (decimal): -1331016 or 12103915. OLE color: 12103915.

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

Color convert

RGB235176184-
CMYK00.250.220.08
HSL351.86º59.6%80.59%-
HSV(B)351.86º25.11%92.16%-
XYZ58.4452.1752.34-
YUV194.55122.05156.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 184 (72.27% from 255) = 30.92%
R=39.50%
G=29.58%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517618400.250.220.08351.8659.680.59
HexEBB0B80191681603c51
Octal353260270031261054074121
Binary1110101110110000101110000110011011010001011000001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0B8; }

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

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

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

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

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

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

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

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