#EAB4BD

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

Shades of Blossom #EAB4BD

Tints of Blossom #EAB4BD

Color information

#EAB4BD (or 0xEAB4BD) is unknown color: approx Blossom. HEX triplet: EA, B4 and BD. RGB value is (234,180,189). Sum of RGB (Red+Green+Blue) = 234+180+189=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4BD is #154B42. Grayscale: #C5C5C5. Windows color (decimal): -1395523 or 12432618. OLE color: 12432618.

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

Color convert

RGB234180189-
CMYK00.230.190.08
HSL350º56.25%81.18%-
HSV(B)350º23.08%91.76%-
XYZ59.4453.8155.4-
YUV197.17123.39154.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=38.81%
G=29.85%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418018900.230.190.0835056.2581.18
HexEAB4BD01713815e3851
Octal352264275027231053670121
Binary1110101010110100101111010101111001110001010111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4BD; }

 p { color: rgb(234,180,189); }

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

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

 a { background-color: rgb(234,180,189); }

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

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

 span { border-color: rgb(234,180,189); }

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