Html Css Color HEX #E0A6B1 Blossom

📋 copy color: '#E0A6B1'

red 224 ◦ green 166 ◦ blue 177

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

Shades of Blossom #E0A6B1

Tints of Blossom #E0A6B1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.28%

 BLUE value IS 177 (69.53% from 255) = 31.22%

R = 39.51%
G = 29.28%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E0A6B1 (or 0xE0A6B1) is known color: Blossom. HEX triplet: E0, A6 and B1. RGB value is (224,166,177). Sum of RGB (Red+Green+Blue) = 224+166+177=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A6B1 is #1F594E. Grayscale: #B8B8B8. Windows color (decimal): -2054479 or 11642592. OLE color: 11642592.

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

Color convert

RGB 224 166 177 -
CMYK 0 0.26 0.21 0.12
HSL 348.62º 0.48% 0.76% -
HSV(B) 348.62º 0.26% 0.88% -
XYZ 52.31 46.29 47.77 -
YUV 184.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 224 166 177 0 0.26 0.21 0.12 348.62 0.48 0.76
Hex E0 A6 B1 0 1A 15 C 15D 30 4C
Octal 340 246 261 0 32 25 14 535 60 114
Binary 11100000 10100110 10110001 0 11010 10101 1100 101011101 110000 1001100

Color Harmonies of #E0A6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A6B1

Black with #E0A6B1

Text Example


Text Example

White with #E0A6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A6B1; }

 p { color: rgb(224,166,177); }

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

background-color css

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

 a { background-color: rgb(224,166,177); }

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

border-color css

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

 span { border-color: rgb(224,166,177); }

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