Html Css Color HEX #EBB6B4 Beauty Bush

📋 copy color: '#EBB6B4'

red 235 ◦ green 182 ◦ blue 180

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

Shades of Beauty Bush #EBB6B4

Tints of Beauty Bush #EBB6B4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.49%

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

R = 39.36%
G = 30.49%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBB6B4 (or 0xEBB6B4) is known color: Beauty Bush. HEX triplet: EB, B6 and B4. RGB value is (235,182,180). Sum of RGB (Red+Green+Blue) = 235+182+180=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6B4 is #14494B. Grayscale: #C5C5C5. Windows color (decimal): -1329484 or 11843307. OLE color: 11843307.

HSL color Cylindrical-coordinate representation of color #EBB6B4: hue angle of 2.18º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB6B4 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 182 180 -
CMYK 0 0.23 0.23 0.08
HSL 2.18º 0.58% 0.81% -
HSV(B) 2.18º 0.23% 0.92% -
XYZ 59.23 54.41 50.56 -
YUV 197.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 235 182 180 0 0.23 0.23 0.08 2.18 0.58 0.81
Hex EB B6 B4 0 17 17 8 2 3A 51
Octal 353 266 264 0 27 27 10 2 72 121
Binary 11101011 10110110 10110100 0 10111 10111 1000 10 111010 1010001

Color Harmonies of #EBB6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6B4

Black with #EBB6B4

Text Example


Text Example

White with #EBB6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6B4; }

 p { color: rgb(235,182,180); }

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

background-color css

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

 a { background-color: rgb(235,182,180); }

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

border-color css

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

 span { border-color: rgb(235,182,180); }

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