Html Css Color HEX #E0B0B8 Blossom

📋 copy color: '#E0B0B8'

red 224 ◦ green 176 ◦ blue 184

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

Shades of Blossom #E0B0B8

Tints of Blossom #E0B0B8

RGB

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

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

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

R = 38.36%
G = 30.14%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E0B0B8 (or 0xE0B0B8) is known color: Blossom. HEX triplet: E0, B0 and B8. RGB value is (224,176,184). Sum of RGB (Red+Green+Blue) = 224+176+184=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0B8 is #1F4F47. Grayscale: #BFBFBF. Windows color (decimal): -2051912 or 12103904. OLE color: 12103904.

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

Color convert

RGB 224 176 184 -
CMYK 0 0.21 0.18 0.12
HSL 350º 0.44% 0.78% -
HSV(B) 350º 0.21% 0.88% -
XYZ 54.92 50.36 52.17 -
YUV 191.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 224 176 184 0 0.21 0.18 0.12 350 0.44 0.78
Hex E0 B0 B8 0 15 12 C 15E 2C 4E
Octal 340 260 270 0 25 22 14 536 54 116
Binary 11100000 10110000 10111000 0 10101 10010 1100 101011110 101100 1001110

Color Harmonies of #E0B0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0B8

Black with #E0B0B8

Text Example


Text Example

White with #E0B0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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