Html Css Color HEX #EFB0B6 Blossom

📋 copy color: '#EFB0B6'

red 239 ◦ green 176 ◦ blue 182

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

Shades of Blossom #EFB0B6

Tints of Blossom #EFB0B6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.48%

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

R = 40.03%
G = 29.48%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFB0B6 (or 0xEFB0B6) is known color: Blossom. HEX triplet: EF, B0 and B6. RGB value is (239,176,182). Sum of RGB (Red+Green+Blue) = 239+176+182=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0B6 is #104F49. Grayscale: #C3C3C3. Windows color (decimal): -1068874 or 11972847. OLE color: 11972847.

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

Color convert

RGB 239 176 182 -
CMYK 0 0.26 0.24 0.06
HSL 354.29º 0.66% 0.81% -
HSV(B) 354.29º 0.26% 0.94% -
XYZ 59.57 52.78 51.3 -
YUV 195.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 239 176 182 0 0.26 0.24 0.06 354.29 0.66 0.81
Hex EF B0 B6 0 1A 18 6 162 42 51
Octal 357 260 266 0 32 30 6 542 102 121
Binary 11101111 10110000 10110110 0 11010 11000 110 101100010 1000010 1010001

Color Harmonies of #EFB0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0B6

Black with #EFB0B6

Text Example


Text Example

White with #EFB0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0B6; }

 p { color: rgb(239,176,182); }

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

background-color css

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

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

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

border-color css

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

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

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