Html Css Color HEX #EFB0B5 Blossom

📋 copy color: '#EFB0B5'

red 239 ◦ green 176 ◦ blue 181

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

Shades of Blossom #EFB0B5

Tints of Blossom #EFB0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.37%

R = 40.1%
G = 29.53%
B = 30.37%

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

#EFB0B5 (or 0xEFB0B5) is known color: Blossom. HEX triplet: EF, B0 and B5. RGB value is (239,176,181). Sum of RGB (Red+Green+Blue) = 239+176+181=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0B5 is #104F4A. Grayscale: #C3C3C3. Windows color (decimal): -1068875 or 11907311. OLE color: 11907311.

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

Color convert

RGB 239 176 181 -
CMYK 0 0.26 0.24 0.06
HSL 355.24º 0.66% 0.81% -
HSV(B) 355.24º 0.26% 0.94% -
XYZ 59.46 52.74 50.76 -
YUV 195.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 239 176 181 0 0.26 0.24 0.06 355.24 0.66 0.81
Hex EF B0 B5 0 1A 18 6 163 42 51
Octal 357 260 265 0 32 30 6 543 102 121
Binary 11101111 10110000 10110101 0 11010 11000 110 101100011 1000010 1010001

Color Harmonies of #EFB0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0B5

Black with #EFB0B5

Text Example


Text Example

White with #EFB0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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