Html Css Color HEX #E1B0B3 Blossom

📋 copy color: '#E1B0B3'

red 225 ◦ green 176 ◦ blue 179

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

Shades of Blossom #E1B0B3

Tints of Blossom #E1B0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.86%

R = 38.79%
G = 30.34%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E1B0B3 (or 0xE1B0B3) is known color: Blossom. HEX triplet: E1, B0 and B3. RGB value is (225,176,179). Sum of RGB (Red+Green+Blue) = 225+176+179=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0B3 is #1E4F4C. Grayscale: #BFBFBF. Windows color (decimal): -1986381 or 11776225. OLE color: 11776225.

HSL color Cylindrical-coordinate representation of color #E1B0B3: hue angle of 356.33º 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 #E1B0B3 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 176 179 -
CMYK 0 0.22 0.20 0.12
HSL 356.33º 0.45% 0.79% -
HSV(B) 356.33º 0.22% 0.88% -
XYZ 54.71 50.31 49.48 -
YUV 190.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 225 176 179 0 0.22 0.20 0.12 356.33 0.45 0.79
Hex E1 B0 B3 0 16 14 C 164 2D 4F
Octal 341 260 263 0 26 24 14 544 55 117
Binary 11100001 10110000 10110011 0 10110 10100 1100 101100100 101101 1001111

Color Harmonies of #E1B0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B0B3

Black with #E1B0B3

Text Example


Text Example

White with #E1B0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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