Html Css Color HEX #EFBCBC Beauty Bush

📋 copy color: '#EFBCBC'

red 239 ◦ green 188 ◦ blue 188

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

Shades of Beauty Bush #EFBCBC

Tints of Beauty Bush #EFBCBC

RGB

 RED value IS 239 (93.75% from 255) = 38.86%

 GREEN value IS 188 (73.83% from 255) = 30.57%

 BLUE value IS 188 (73.83% from 255) = 30.57%

R = 38.86%
G = 30.57%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFBCBC (or 0xEFBCBC) is known color: Beauty Bush. HEX triplet: EF, BC and BC. RGB value is (239,188,188). Sum of RGB (Red+Green+Blue) = 239+188+188=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCBC is #104343. Grayscale: #CBCBCB. Windows color (decimal): -1065796 or 12369135. OLE color: 12369135.

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

Color convert

RGB 239 188 188 -
CMYK 0 0.21 0.21 0.06
HSL 0.61% 0.84% -
HSV(B) 0.21% 0.94% -
XYZ 62.66 57.95 55.46 -
YUV 203.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 239 188 188 0 0.21 0.21 0.06 0 0.61 0.84
Hex EF BC BC 0 15 15 6 0 3D 54
Octal 357 274 274 0 25 25 6 0 75 124
Binary 11101111 10111100 10111100 0 10101 10101 110 0 111101 1010100

Color Harmonies of #EFBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCBC

Black with #EFBCBC

Text Example


Text Example

White with #EFBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCBC; }

 p { color: rgb(239,188,188); }

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

background-color css

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

 a { background-color: rgb(239,188,188); }

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

border-color css

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

 span { border-color: rgb(239,188,188); }

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