Html Css Color HEX #EDB2B0 Beauty Bush

📋 copy color: '#EDB2B0'

red 237 ◦ green 178 ◦ blue 176

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

Shades of Beauty Bush #EDB2B0

Tints of Beauty Bush #EDB2B0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.12%

 BLUE value IS 176 (69.14% from 255) = 29.78%

R = 40.1%
G = 30.12%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDB2B0 (or 0xEDB2B0) is known color: Beauty Bush. HEX triplet: ED, B2 and B0. RGB value is (237,178,176). Sum of RGB (Red+Green+Blue) = 237+178+176=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB2B0 is #124D4F. Grayscale: #C3C3C3. Windows color (decimal): -1199440 or 11580141. OLE color: 11580141.

HSL color Cylindrical-coordinate representation of color #EDB2B0: hue angle of 1.97º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB2B0 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 176 -
CMYK 0 0.25 0.26 0.07
HSL 1.97º 0.63% 0.81% -
HSV(B) 1.97º 0.26% 0.93% -
XYZ 58.68 52.98 48.21 -
YUV 195.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 237 178 176 0 0.25 0.26 0.07 1.97 0.63 0.81
Hex ED B2 B0 0 19 1A 7 2 3F 51
Octal 355 262 260 0 31 32 7 2 77 121
Binary 11101101 10110010 10110000 0 11001 11010 111 10 111111 1010001

Color Harmonies of #EDB2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2B0

Black with #EDB2B0

Text Example


Text Example

White with #EDB2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2B0; }

 p { color: rgb(237,178,176); }

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

background-color css

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

 a { background-color: rgb(237,178,176); }

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

border-color css

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

 span { border-color: rgb(237,178,176); }

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