Html Css Color HEX #E5B3B4 Blossom

📋 copy color: '#E5B3B4'

red 229 ◦ green 179 ◦ blue 180

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

Shades of Blossom #E5B3B4

Tints of Blossom #E5B3B4

RGB

 RED value IS 229 (89.84% from 255) = 38.95%

 GREEN value IS 179 (70.31% from 255) = 30.44%

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

R = 38.95%
G = 30.44%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E5B3B4 (or 0xE5B3B4) is known color: Blossom. HEX triplet: E5, B3 and B4. RGB value is (229,179,180). Sum of RGB (Red+Green+Blue) = 229+179+180=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B3B4 is #1A4C4B. Grayscale: #C2C2C2. Windows color (decimal): -1723468 or 11842533. OLE color: 11842533.

HSL color Cylindrical-coordinate representation of color #E5B3B4: hue angle of 358.8º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5B3B4 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 179 180 -
CMYK 0 0.22 0.21 0.10
HSL 358.8º 0.49% 0.8% -
HSV(B) 358.8º 0.22% 0.9% -
XYZ 56.67 52.19 50.27 -
YUV 194.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 229 179 180 0 0.22 0.21 0.10 358.8 0.49 0.8
Hex E5 B3 B4 0 16 15 A 167 31 50
Octal 345 263 264 0 26 25 12 547 61 120
Binary 11100101 10110011 10110100 0 10110 10101 1010 101100111 110001 1010000

Color Harmonies of #E5B3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B3B4

Black with #E5B3B4

Text Example


Text Example

White with #E5B3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B3B4; }

 p { color: rgb(229,179,180); }

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

background-color css

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

 a { background-color: rgb(229,179,180); }

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

border-color css

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

 span { border-color: rgb(229,179,180); }

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