#EBB5BC

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

Shades of Blossom #EBB5BC

Tints of Blossom #EBB5BC

Color information

#EBB5BC (or 0xEBB5BC) is unknown color: approx Blossom. HEX triplet: EB, B5 and BC. RGB value is (235,181,188). Sum of RGB (Red+Green+Blue) = 235+181+188=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5BC is #144A43. Grayscale: #C5C5C5. Windows color (decimal): -1329732 or 12367339. OLE color: 12367339.

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

Color convert

RGB235181188-
CMYK00.230.20.08
HSL352.22º57.45%81.57%-
HSV(B)352.22º22.98%92.16%-
XYZ59.8654.3454.91-
YUV197.94122.39154.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 181 (71.09% from 255) = 29.97%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=38.91%
G=29.97%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518118800.230.20.08352.2257.4581.57
HexEBB5BC0171481603952
Octal353265274027241054071122
Binary1110101110110101101111000101111010010001011000001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5BC; }

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

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

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

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

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

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

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

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