Html Css Color HEX #E2B4BB Blossom

📋 copy color: '#E2B4BB'

red 226 ◦ green 180 ◦ blue 187

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

Shades of Blossom #E2B4BB

Tints of Blossom #E2B4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.35%

 BLUE value IS 187 (73.44% from 255) = 31.53%

R = 38.11%
G = 30.35%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E2B4BB (or 0xE2B4BB) is known color: Blossom. HEX triplet: E2, B4 and BB. RGB value is (226,180,187). Sum of RGB (Red+Green+Blue) = 226+180+187=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B4BB is #1D4B44. Grayscale: #C2C2C2. Windows color (decimal): -1919813 or 12301538. OLE color: 12301538.

HSL color Cylindrical-coordinate representation of color #E2B4BB: hue angle of 350.87º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2B4BB is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 180 187 -
CMYK 0 0.20 0.17 0.11
HSL 350.87º 0.44% 0.8% -
HSV(B) 350.87º 0.2% 0.89% -
XYZ 56.65 52.4 54.14 -
YUV 194.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 226 180 187 0 0.20 0.17 0.11 350.87 0.44 0.8
Hex E2 B4 BB 0 14 11 B 15F 2C 50
Octal 342 264 273 0 24 21 13 537 54 120
Binary 11100010 10110100 10111011 0 10100 10001 1011 101011111 101100 1010000

Color Harmonies of #E2B4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B4BB

Black with #E2B4BB

Text Example


Text Example

White with #E2B4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B4BB; }

 p { color: rgb(226,180,187); }

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

background-color css

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

 a { background-color: rgb(226,180,187); }

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

border-color css

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

 span { border-color: rgb(226,180,187); }

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