Html Css Color HEX #EFB0B7 Blossom

📋 copy color: '#EFB0B7'

red 239 ◦ green 176 ◦ blue 183

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

Shades of Blossom #EFB0B7

Tints of Blossom #EFB0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.6%

R = 39.97%
G = 29.43%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFB0B7 (or 0xEFB0B7) is known color: Blossom. HEX triplet: EF, B0 and B7. RGB value is (239,176,183). Sum of RGB (Red+Green+Blue) = 239+176+183=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0B7 is #104F48. Grayscale: #C3C3C3. Windows color (decimal): -1068873 or 12038383. OLE color: 12038383.

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

Color convert

RGB 239 176 183 -
CMYK 0 0.26 0.23 0.06
HSL 353.33º 0.66% 0.81% -
HSV(B) 353.33º 0.26% 0.94% -
XYZ 59.67 52.82 51.85 -
YUV 195.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 239 176 183 0 0.26 0.23 0.06 353.33 0.66 0.81
Hex EF B0 B7 0 1A 17 6 161 42 51
Octal 357 260 267 0 32 27 6 541 102 121
Binary 11101111 10110000 10110111 0 11010 10111 110 101100001 1000010 1010001

Color Harmonies of #EFB0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0B7

Black with #EFB0B7

Text Example


Text Example

White with #EFB0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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