#EBB4B8

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

Shades of Blossom #EBB4B8

Tints of Blossom #EBB4B8

Color information

#EBB4B8 (or 0xEBB4B8) is unknown color: approx Blossom. HEX triplet: EB, B4 and B8. RGB value is (235,180,184). Sum of RGB (Red+Green+Blue) = 235+180+184=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4B8 is #144B47. Grayscale: #C4C4C4. Windows color (decimal): -1329992 or 12104939. OLE color: 12104939.

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

Color convert

RGB235180184-
CMYK00.230.220.08
HSL355.64º57.89%81.37%-
HSV(B)355.64º23.4%92.16%-
XYZ59.2353.7752.6-
YUV196.9120.72155.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 180 (70.70% from 255) = 30.05%
BLUE value IS 184 (72.27% from 255) = 30.72%
R=39.23%
G=30.05%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518018400.230.220.08355.6457.8981.37
HexEBB4B80171681643a51
Octal353264270027261054472121
Binary1110101110110100101110000101111011010001011001001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4B8; }

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

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

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

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

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

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

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

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