Html Css Color HEX #E1B0B8 Blossom

📋 copy color: '#E1B0B8'

red 225 ◦ green 176 ◦ blue 184

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

Shades of Blossom #E1B0B8

Tints of Blossom #E1B0B8

RGB

 RED value IS 225 (88.28% from 255) = 38.46%

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

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

R = 38.46%
G = 30.09%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E1B0B8 (or 0xE1B0B8) is known color: Blossom. HEX triplet: E1, B0 and B8. RGB value is (225,176,184). Sum of RGB (Red+Green+Blue) = 225+176+184=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0B8 is #1E4F47. Grayscale: #BFBFBF. Windows color (decimal): -1986376 or 12103905. OLE color: 12103905.

HSL color Cylindrical-coordinate representation of color #E1B0B8: hue angle of 350.2º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0B8 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 176 184 -
CMYK 0 0.22 0.18 0.12
HSL 350.2º 0.45% 0.79% -
HSV(B) 350.2º 0.22% 0.88% -
XYZ 55.23 50.52 52.19 -
YUV 191.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 225 176 184 0 0.22 0.18 0.12 350.2 0.45 0.79
Hex E1 B0 B8 0 16 12 C 15E 2D 4F
Octal 341 260 270 0 26 22 14 536 55 117
Binary 11100001 10110000 10111000 0 10110 10010 1100 101011110 101101 1001111

Color Harmonies of #E1B0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B0B8

Black with #E1B0B8

Text Example


Text Example

White with #E1B0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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