Html Css Color HEX #E0A8B5 Blossom

📋 copy color: '#E0A8B5'

red 224 ◦ green 168 ◦ blue 181

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

Shades of Blossom #E0A8B5

Tints of Blossom #E0A8B5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.32%

 BLUE value IS 181 (71.09% from 255) = 31.59%

R = 39.09%
G = 29.32%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E0A8B5 (or 0xE0A8B5) is known color: Blossom. HEX triplet: E0, A8 and B5. RGB value is (224,168,181). Sum of RGB (Red+Green+Blue) = 224+168+181=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A8B5 is #1F574A. Grayscale: #BABABA. Windows color (decimal): -2053963 or 11905248. OLE color: 11905248.

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

Color convert

RGB 224 168 181 -
CMYK 0 0.25 0.19 0.12
HSL 346.07º 0.47% 0.77% -
HSV(B) 346.07º 0.25% 0.88% -
XYZ 53.08 47.19 50.03 -
YUV 186.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 224 168 181 0 0.25 0.19 0.12 346.07 0.47 0.77
Hex E0 A8 B5 0 19 13 C 15A 2F 4D
Octal 340 250 265 0 31 23 14 532 57 115
Binary 11100000 10101000 10110101 0 11001 10011 1100 101011010 101111 1001101

Color Harmonies of #E0A8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A8B5

Black with #E0A8B5

Text Example


Text Example

White with #E0A8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A8B5; }

 p { color: rgb(224,168,181); }

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

background-color css

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

 a { background-color: rgb(224,168,181); }

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

border-color css

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

 span { border-color: rgb(224,168,181); }

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