#EBAFB4

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

Shades of Blossom #EBAFB4

Tints of Blossom #EBAFB4

Color information

#EBAFB4 (or 0xEBAFB4) is unknown color: approx Blossom. HEX triplet: EB, AF and B4. RGB value is (235,175,180). Sum of RGB (Red+Green+Blue) = 235+175+180=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFB4 is #14504B. Grayscale: #C1C1C1. Windows color (decimal): -1331276 or 11841515. OLE color: 11841515.

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

Color convert

RGB235175180-
CMYK00.260.230.08
HSL355º60%80.39%-
HSV(B)355º25.53%92.16%-
XYZ57.8351.6250.1-
YUV193.51120.38157.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 180 (70.70% from 255) = 30.51%
R=39.83%
G=29.66%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517518000.260.230.083556080.39
HexEBAFB401A1781633c50
Octal353257264032271054374120
Binary1110101110101111101101000110101011110001011000111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFB4; }

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

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

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

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

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

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

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

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