Html Css Color HEX #E2B0B8 Blossom

📋 copy color: '#E2B0B8'

red 226 ◦ green 176 ◦ blue 184

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

Shades of Blossom #E2B0B8

Tints of Blossom #E2B0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.4%

R = 38.57%
G = 30.03%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E2B0B8 (or 0xE2B0B8) is known color: Blossom. HEX triplet: E2, B0 and B8. RGB value is (226,176,184). Sum of RGB (Red+Green+Blue) = 226+176+184=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B0B8 is #1D4F47. Grayscale: #BFBFBF. Windows color (decimal): -1920840 or 12103906. OLE color: 12103906.

HSL color Cylindrical-coordinate representation of color #E2B0B8: hue angle of 350.4º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B0B8 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 176 184 -
CMYK 0 0.22 0.19 0.11
HSL 350.4º 0.46% 0.79% -
HSV(B) 350.4º 0.22% 0.89% -
XYZ 55.54 50.68 52.2 -
YUV 191.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 226 176 184 0 0.22 0.19 0.11 350.4 0.46 0.79
Hex E2 B0 B8 0 16 13 B 15E 2E 4F
Octal 342 260 270 0 26 23 13 536 56 117
Binary 11100010 10110000 10111000 0 10110 10011 1011 101011110 101110 1001111

Color Harmonies of #E2B0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B0B8

Black with #E2B0B8

Text Example


Text Example

White with #E2B0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B0B8; }

 p { color: rgb(226,176,184); }

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

background-color css

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

 a { background-color: rgb(226,176,184); }

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

border-color css

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

 span { border-color: rgb(226,176,184); }

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