Html Css Color HEX #EBB4B3 Beauty Bush

📋 copy color: '#EBB4B3'

red 235 ◦ green 180 ◦ blue 179

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

Shades of Beauty Bush #EBB4B3

Tints of Beauty Bush #EBB4B3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.3%

 BLUE value IS 179 (70.31% from 255) = 30.13%

R = 39.56%
G = 30.3%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBB4B3 (or 0xEBB4B3) is known color: Beauty Bush. HEX triplet: EB, B4 and B3. RGB value is (235,180,179). Sum of RGB (Red+Green+Blue) = 235+180+179=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4B3 is #144B4C. Grayscale: #C4C4C4. Windows color (decimal): -1329997 or 11777259. OLE color: 11777259.

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

Color convert

RGB 235 180 179 -
CMYK 0 0.23 0.24 0.08
HSL 1.07º 0.58% 0.81% -
HSV(B) 1.07º 0.24% 0.92% -
XYZ 58.72 53.56 49.89 -
YUV 196.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 235 180 179 0 0.23 0.24 0.08 1.07 0.58 0.81
Hex EB B4 B3 0 17 18 8 1 3A 51
Octal 353 264 263 0 27 30 10 1 72 121
Binary 11101011 10110100 10110011 0 10111 11000 1000 1 111010 1010001

Color Harmonies of #EBB4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4B3

Black with #EBB4B3

Text Example


Text Example

White with #EBB4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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