Html Css Color HEX #E3B0B4 Blossom

📋 copy color: '#E3B0B4'

red 227 ◦ green 176 ◦ blue 180

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

Shades of Blossom #E3B0B4

Tints of Blossom #E3B0B4

RGB

 RED value IS 227 (89.06% from 255) = 38.94%

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

 BLUE value IS 180 (70.7% from 255) = 30.87%

R = 38.94%
G = 30.19%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E3B0B4 (or 0xE3B0B4) is known color: Blossom. HEX triplet: E3, B0 and B4. RGB value is (227,176,180). Sum of RGB (Red+Green+Blue) = 227+176+180=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3B0B4 is #1C4F4B. Grayscale: #BFBFBF. Windows color (decimal): -1855308 or 11841763. OLE color: 11841763.

HSL color Cylindrical-coordinate representation of color #E3B0B4: hue angle of 355.29º degrees, saturation: 0.48, 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 #E3B0B4 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 176 180 -
CMYK 0 0.22 0.21 0.11
HSL 355.29º 0.48% 0.79% -
HSV(B) 355.29º 0.22% 0.89% -
XYZ 55.44 50.68 50.04 -
YUV 191.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 227 176 180 0 0.22 0.21 0.11 355.29 0.48 0.79
Hex E3 B0 B4 0 16 15 B 163 30 4F
Octal 343 260 264 0 26 25 13 543 60 117
Binary 11100011 10110000 10110100 0 10110 10101 1011 101100011 110000 1001111

Color Harmonies of #E3B0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B0B4

Black with #E3B0B4

Text Example


Text Example

White with #E3B0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B0B4; }

 p { color: rgb(227,176,180); }

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

background-color css

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

 a { background-color: rgb(227,176,180); }

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

border-color css

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

 span { border-color: rgb(227,176,180); }

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