Html Css Color HEX #E0B4B8 Blossom

📋 copy color: '#E0B4B8'

red 224 ◦ green 180 ◦ blue 184

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

Shades of Blossom #E0B4B8

Tints of Blossom #E0B4B8

RGB

 RED value IS 224 (87.89% from 255) = 38.1%

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

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

R = 38.1%
G = 30.61%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E0B4B8 (or 0xE0B4B8) is known color: Blossom. HEX triplet: E0, B4 and B8. RGB value is (224,180,184). Sum of RGB (Red+Green+Blue) = 224+180+184=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B4B8 is #1F4B47. Grayscale: #C1C1C1. Windows color (decimal): -2050888 or 12104928. OLE color: 12104928.

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

Color convert

RGB 224 180 184 -
CMYK 0 0.20 0.18 0.12
HSL 354.55º 0.42% 0.79% -
HSV(B) 354.55º 0.2% 0.88% -
XYZ 55.71 51.95 52.44 -
YUV 193.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 224 180 184 0 0.20 0.18 0.12 354.55 0.42 0.79
Hex E0 B4 B8 0 14 12 C 163 2A 4F
Octal 340 264 270 0 24 22 14 543 52 117
Binary 11100000 10110100 10111000 0 10100 10010 1100 101100011 101010 1001111

Color Harmonies of #E0B4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B4B8

Black with #E0B4B8

Text Example


Text Example

White with #E0B4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B4B8; }

 p { color: rgb(224,180,184); }

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

background-color css

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

 a { background-color: rgb(224,180,184); }

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

border-color css

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

 span { border-color: rgb(224,180,184); }

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