Html Css Color HEX #EFB0B8 Blossom

📋 copy color: '#EFB0B8'

red 239 ◦ green 176 ◦ blue 184

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

Shades of Blossom #EFB0B8

Tints of Blossom #EFB0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.72%

R = 39.9%
G = 29.38%
B = 30.72%

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

#EFB0B8 (or 0xEFB0B8) is known color: Blossom. HEX triplet: EF, B0 and B8. RGB value is (239,176,184). Sum of RGB (Red+Green+Blue) = 239+176+184=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0B8 is #104F47. Grayscale: #C3C3C3. Windows color (decimal): -1068872 or 12103919. OLE color: 12103919.

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

Color convert

RGB 239 176 184 -
CMYK 0 0.26 0.23 0.06
HSL 352.38º 0.66% 0.81% -
HSV(B) 352.38º 0.26% 0.94% -
XYZ 59.77 52.86 52.4 -
YUV 195.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 239 176 184 0 0.26 0.23 0.06 352.38 0.66 0.81
Hex EF B0 B8 0 1A 17 6 160 42 51
Octal 357 260 270 0 32 27 6 540 102 121
Binary 11101111 10110000 10111000 0 11010 10111 110 101100000 1000010 1010001

Color Harmonies of #EFB0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0B8

Black with #EFB0B8

Text Example


Text Example

White with #EFB0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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