Html Css Color HEX #EEB2B0 Beauty Bush

📋 copy color: '#EEB2B0'

red 238 ◦ green 178 ◦ blue 176

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

Shades of Beauty Bush #EEB2B0

Tints of Beauty Bush #EEB2B0

RGB

 RED value IS 238 (93.36% from 255) = 40.2%

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

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

R = 40.2%
G = 30.07%
B = 29.73%

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

#EEB2B0 (or 0xEEB2B0) is known color: Beauty Bush. HEX triplet: EE, B2 and B0. RGB value is (238,178,176). Sum of RGB (Red+Green+Blue) = 238+178+176=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB2B0 is #114D4F. Grayscale: #C3C3C3. Windows color (decimal): -1133904 or 11580142. OLE color: 11580142.

HSL color Cylindrical-coordinate representation of color #EEB2B0: hue angle of 1.94º degrees, saturation: 0.65, 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 #EEB2B0 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 176 -
CMYK 0 0.25 0.26 0.07
HSL 1.94º 0.65% 0.81% -
HSV(B) 1.94º 0.26% 0.93% -
XYZ 59.02 53.15 48.22 -
YUV 195.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 238 178 176 0 0.25 0.26 0.07 1.94 0.65 0.81
Hex EE B2 B0 0 19 1A 7 2 41 51
Octal 356 262 260 0 31 32 7 2 101 121
Binary 11101110 10110010 10110000 0 11001 11010 111 10 1000001 1010001

Color Harmonies of #EEB2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB2B0

Black with #EEB2B0

Text Example


Text Example

White with #EEB2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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