#EBABB2

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

Shades of Blossom #EBABB2

Tints of Blossom #EBABB2

Color information

#EBABB2 (or 0xEBABB2) is unknown color: approx Blossom. HEX triplet: EB, AB and B2. RGB value is (235,171,178). Sum of RGB (Red+Green+Blue) = 235+171+178=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBABB2 is #14544D. Grayscale: #BEBEBE. Windows color (decimal): -1332302 or 11709419. OLE color: 11709419.

HSL color Cylindrical-coordinate representation of color #EBABB2: hue angle of 353.44º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABB2 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235171178-
CMYK00.270.240.08
HSL353.44º61.54%79.61%-
HSV(B)353.44º27.23%92.16%-
XYZ56.865048.77-
YUV190.93120.7159.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 178 (69.92% from 255) = 30.48%
R=40.24%
G=29.28%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517117800.270.240.08353.4461.5479.61
HexEBABB201B1881613e50
Octal353253262033301054176120
Binary1110101110101011101100100110111100010001011000011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABB2; }

 p { color: rgb(235,171,178); }

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

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

 a { background-color: rgb(235,171,178); }

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

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

 span { border-color: rgb(235,171,178); }

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