Html Css Color HEX #E8BABF Blossom

📋 copy color: '#E8BABF'

red 232 ◦ green 186 ◦ blue 191

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

Shades of Blossom #E8BABF

Tints of Blossom #E8BABF

RGB

 RED value IS 232 (91.02% from 255) = 38.1%

 GREEN value IS 186 (73.05% from 255) = 30.54%

 BLUE value IS 191 (75% from 255) = 31.36%

R = 38.1%
G = 30.54%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E8BABF (or 0xE8BABF) is known color: Blossom. HEX triplet: E8, BA and BF. RGB value is (232,186,191). Sum of RGB (Red+Green+Blue) = 232+186+191=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BABF is #174540. Grayscale: #C8C8C8. Windows color (decimal): -1525057 or 12565224. OLE color: 12565224.

HSL color Cylindrical-coordinate representation of color #E8BABF: hue angle of 353.48º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BABF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 186 191 -
CMYK 0 0.20 0.18 0.09
HSL 353.48º 0.5% 0.82% -
HSV(B) 353.48º 0.2% 0.91% -
XYZ 60.24 56.04 56.93 -
YUV 200.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 232 186 191 0 0.20 0.18 0.09 353.48 0.5 0.82
Hex E8 BA BF 0 14 12 9 161 32 52
Octal 350 272 277 0 24 22 11 541 62 122
Binary 11101000 10111010 10111111 0 10100 10010 1001 101100001 110010 1010010

Color Harmonies of #E8BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BABF

Black with #E8BABF

Text Example


Text Example

White with #E8BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BABF; }

 p { color: rgb(232,186,191); }

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

background-color css

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

 a { background-color: rgb(232,186,191); }

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

border-color css

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

 span { border-color: rgb(232,186,191); }

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