Html Css Color HEX #E2BCBE Blossom

📋 copy color: '#E2BCBE'

red 226 ◦ green 188 ◦ blue 190

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

Shades of Blossom #E2BCBE

Tints of Blossom #E2BCBE

RGB

 RED value IS 226 (88.67% from 255) = 37.42%

 GREEN value IS 188 (73.83% from 255) = 31.13%

 BLUE value IS 190 (74.61% from 255) = 31.46%

R = 37.42%
G = 31.13%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E2BCBE (or 0xE2BCBE) is known color: Blossom. HEX triplet: E2, BC and BE. RGB value is (226,188,190). Sum of RGB (Red+Green+Blue) = 226+188+190=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCBE is #1D4341. Grayscale: #C7C7C7. Windows color (decimal): -1917762 or 12500194. OLE color: 12500194.

HSL color Cylindrical-coordinate representation of color #E2BCBE: hue angle of 356.84º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCBE is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 188 190 -
CMYK 0 0.17 0.16 0.11
HSL 356.84º 0.4% 0.81% -
HSV(B) 356.84º 0.17% 0.89% -
XYZ 58.64 55.85 56.41 -
YUV 199.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 226 188 190 0 0.17 0.16 0.11 356.84 0.4 0.81
Hex E2 BC BE 0 11 10 B 165 28 51
Octal 342 274 276 0 21 20 13 545 50 121
Binary 11100010 10111100 10111110 0 10001 10000 1011 101100101 101000 1010001

Color Harmonies of #E2BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCBE

Black with #E2BCBE

Text Example


Text Example

White with #E2BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCBE; }

 p { color: rgb(226,188,190); }

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

background-color css

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

 a { background-color: rgb(226,188,190); }

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

border-color css

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

 span { border-color: rgb(226,188,190); }

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