#EBB4B5

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

Shades of Blossom #EBB4B5

Tints of Blossom #EBB4B5

Color information

#EBB4B5 (or 0xEBB4B5) is unknown color: approx Blossom. HEX triplet: EB, B4 and B5. RGB value is (235,180,181). Sum of RGB (Red+Green+Blue) = 235+180+181=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4B5 is #144B4A. Grayscale: #C4C4C4. Windows color (decimal): -1329995 or 11908331. OLE color: 11908331.

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

Color convert

RGB235180181-
CMYK00.230.230.08
HSL358.91º57.89%81.37%-
HSV(B)358.91º23.4%92.16%-
XYZ58.9253.6450.96-
YUV196.56119.22155.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 180 (70.70% from 255) = 30.20%
BLUE value IS 181 (71.09% from 255) = 30.37%
R=39.43%
G=30.20%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518018100.230.230.08358.9157.8981.37
HexEBB4B50171781673a51
Octal353264265027271054772121
Binary1110101110110100101101010101111011110001011001111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4B5; }

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

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

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

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

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

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

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

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