#EABDBB

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

Shades of Beauty Bush #EABDBB

Tints of Beauty Bush #EABDBB

Color information

#EABDBB (or 0xEABDBB) is unknown color: approx Beauty Bush. HEX triplet: EA, BD and BB. RGB value is (234,189,187). Sum of RGB (Red+Green+Blue) = 234+189+187=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDBB is #154244. Grayscale: #CACACA. Windows color (decimal): -1393221 or 12303850. OLE color: 12303850.

HSL color Cylindrical-coordinate representation of color #EABDBB: hue angle of 2.55º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABDBB is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234189187-
CMYK00.190.200.08
HSL2.55º52.81%82.55%-
HSV(B)2.55º20.09%91.76%-
XYZ61.157.4854.89-
YUV202.23119.41150.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=38.36%
G=30.98%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418918700.190.200.082.5552.8182.55
HexEABDBB01314833553
Octal3522752730232410365123
Binary111010101011110110111011010011101001000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDBB; }

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

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

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

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

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

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

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

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