Html Css Color HEX #EEB0BA Blossom

📋 copy color: '#EEB0BA'

red 238 ◦ green 176 ◦ blue 186

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

Shades of Blossom #EEB0BA

Tints of Blossom #EEB0BA

RGB

 RED value IS 238 (93.36% from 255) = 39.67%

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

 BLUE value IS 186 (73.05% from 255) = 31%

R = 39.67%
G = 29.33%
B = 31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEB0BA (or 0xEEB0BA) is known color: Blossom. HEX triplet: EE, B0 and BA. RGB value is (238,176,186). Sum of RGB (Red+Green+Blue) = 238+176+186=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0BA is #114F45. Grayscale: #C3C3C3. Windows color (decimal): -1134406 or 12234990. OLE color: 12234990.

HSL color Cylindrical-coordinate representation of color #EEB0BA: hue angle of 350.32º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0BA is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 186 -
CMYK 0 0.26 0.22 0.07
HSL 350.32º 0.65% 0.81% -
HSV(B) 350.32º 0.26% 0.93% -
XYZ 59.65 52.77 53.5 -
YUV 195.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 238 176 186 0 0.26 0.22 0.07 350.32 0.65 0.81
Hex EE B0 BA 0 1A 16 7 15E 41 51
Octal 356 260 272 0 32 26 7 536 101 121
Binary 11101110 10110000 10111010 0 11010 10110 111 101011110 1000001 1010001

Color Harmonies of #EEB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0BA

Black with #EEB0BA

Text Example


Text Example

White with #EEB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0BA; }

 p { color: rgb(238,176,186); }

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

background-color css

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

 a { background-color: rgb(238,176,186); }

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

border-color css

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

 span { border-color: rgb(238,176,186); }

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