Html Css Color HEX #EFB0B2 Blossom

📋 copy color: '#EFB0B2'

red 239 ◦ green 176 ◦ blue 178

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

Shades of Blossom #EFB0B2

Tints of Blossom #EFB0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.02%

R = 40.3%
G = 29.68%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFB0B2 (or 0xEFB0B2) is known color: Blossom. HEX triplet: EF, B0 and B2. RGB value is (239,176,178). Sum of RGB (Red+Green+Blue) = 239+176+178=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0B2 is #104F4D. Grayscale: #C3C3C3. Windows color (decimal): -1068878 or 11710703. OLE color: 11710703.

HSL color Cylindrical-coordinate representation of color #EFB0B2: hue angle of 358.1º 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 #EFB0B2 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 178 -
CMYK 0 0.26 0.26 0.06
HSL 358.1º 0.66% 0.81% -
HSV(B) 358.1º 0.26% 0.94% -
XYZ 59.16 52.62 49.16 -
YUV 195.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 239 176 178 0 0.26 0.26 0.06 358.1 0.66 0.81
Hex EF B0 B2 0 1A 1A 6 166 42 51
Octal 357 260 262 0 32 32 6 546 102 121
Binary 11101111 10110000 10110010 0 11010 11010 110 101100110 1000010 1010001

Color Harmonies of #EFB0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0B2

Black with #EFB0B2

Text Example


Text Example

White with #EFB0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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