Html Css Color HEX #E0ABB6 Blossom

📋 copy color: '#E0ABB6'

red 224 ◦ green 171 ◦ blue 182

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

Shades of Blossom #E0ABB6

Tints of Blossom #E0ABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.64%

 BLUE value IS 182 (71.48% from 255) = 31.54%

R = 38.82%
G = 29.64%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E0ABB6 (or 0xE0ABB6) is known color: Blossom. HEX triplet: E0, AB and B6. RGB value is (224,171,182). Sum of RGB (Red+Green+Blue) = 224+171+182=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABB6 is #1F5449. Grayscale: #BCBCBC. Windows color (decimal): -2053194 or 11971552. OLE color: 11971552.

HSL color Cylindrical-coordinate representation of color #E0ABB6: hue angle of 347.55º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ABB6 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 171 182 -
CMYK 0 0.24 0.19 0.12
HSL 347.55º 0.46% 0.77% -
HSV(B) 347.55º 0.24% 0.88% -
XYZ 53.75 48.35 50.76 -
YUV 188.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 224 171 182 0 0.24 0.19 0.12 347.55 0.46 0.77
Hex E0 AB B6 0 18 13 C 15C 2E 4D
Octal 340 253 266 0 30 23 14 534 56 115
Binary 11100000 10101011 10110110 0 11000 10011 1100 101011100 101110 1001101

Color Harmonies of #E0ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ABB6

Black with #E0ABB6

Text Example


Text Example

White with #E0ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ABB6; }

 p { color: rgb(224,171,182); }

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

background-color css

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

 a { background-color: rgb(224,171,182); }

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

border-color css

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

 span { border-color: rgb(224,171,182); }

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