Html Css Color HEX #EBBDBB Beauty Bush

📋 copy color: '#EBBDBB'

red 235 ◦ green 189 ◦ blue 187

#EBBDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beauty Bush #EBBDBB

Tints of Beauty Bush #EBBDBB

RGB

 RED value IS 235 (92.19% from 255) = 38.46%

 GREEN value IS 189 (74.22% from 255) = 30.93%

 BLUE value IS 187 (73.44% from 255) = 30.61%

R = 38.46%
G = 30.93%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBBDBB (or 0xEBBDBB) is known color: Beauty Bush. HEX triplet: EB, BD and BB. RGB value is (235,189,187). Sum of RGB (Red+Green+Blue) = 235+189+187=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDBB is #144244. Grayscale: #CACACA. Windows color (decimal): -1327685 or 12303851. OLE color: 12303851.

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

Color convert

RGB 235 189 187 -
CMYK 0 0.20 0.20 0.08
HSL 2.5º 0.55% 0.83% -
HSV(B) 2.5º 0.2% 0.92% -
XYZ 61.43 57.65 54.9 -
YUV 202.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 235 189 187 0 0.20 0.20 0.08 2.5 0.55 0.83
Hex EB BD BB 0 14 14 8 2 37 53
Octal 353 275 273 0 24 24 10 2 67 123
Binary 11101011 10111101 10111011 0 10100 10100 1000 10 110111 1010011

Color Harmonies of #EBBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDBB

Black with #EBBDBB

Text Example


Text Example

White with #EBBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDBB; }

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

 H1.HeaderClassName
 {
   color: #EBBDBB;
 }
 .AnyTagClassName
 {
   color: #EBBDBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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