Html Css Color HEX #EDBBB4 Beauty Bush

📋 copy color: '#EDBBB4'

red 237 ◦ green 187 ◦ blue 180

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

Shades of Beauty Bush #EDBBB4

Tints of Beauty Bush #EDBBB4

RGB

 RED value IS 237 (92.97% from 255) = 39.24%

 GREEN value IS 187 (73.44% from 255) = 30.96%

 BLUE value IS 180 (70.7% from 255) = 29.8%

R = 39.24%
G = 30.96%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDBBB4 (or 0xEDBBB4) is known color: Beauty Bush. HEX triplet: ED, BB and B4. RGB value is (237,187,180). Sum of RGB (Red+Green+Blue) = 237+187+180=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBB4 is #12444B. Grayscale: #C9C9C9. Windows color (decimal): -1197132 or 11844589. OLE color: 11844589.

HSL color Cylindrical-coordinate representation of color #EDBBB4: hue angle of 7.37º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDBBB4 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 187 180 -
CMYK 0 0.21 0.24 0.07
HSL 7.37º 0.61% 0.82% -
HSV(B) 7.37º 0.24% 0.93% -
XYZ 60.93 56.84 50.94 -
YUV 201.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 237 187 180 0 0.21 0.24 0.07 7.37 0.61 0.82
Hex ED BB B4 0 15 18 7 7 3D 52
Octal 355 273 264 0 25 30 7 7 75 122
Binary 11101101 10111011 10110100 0 10101 11000 111 111 111101 1010010

Color Harmonies of #EDBBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBB4

Black with #EDBBB4

Text Example


Text Example

White with #EDBBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBB4; }

 p { color: rgb(237,187,180); }

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

background-color css

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

 a { background-color: rgb(237,187,180); }

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

border-color css

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

 span { border-color: rgb(237,187,180); }

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