Html Css Color HEX #E1AEB9 Blossom

📋 copy color: '#E1AEB9'

red 225 ◦ green 174 ◦ blue 185

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

Shades of Blossom #E1AEB9

Tints of Blossom #E1AEB9

RGB

 RED value IS 225 (88.28% from 255) = 38.53%

 GREEN value IS 174 (68.36% from 255) = 29.79%

 BLUE value IS 185 (72.66% from 255) = 31.68%

R = 38.53%
G = 29.79%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E1AEB9 (or 0xE1AEB9) is known color: Blossom. HEX triplet: E1, AE and B9. RGB value is (225,174,185). Sum of RGB (Red+Green+Blue) = 225+174+185=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEB9 is #1E5146. Grayscale: #BEBEBE. Windows color (decimal): -1986887 or 12168929. OLE color: 12168929.

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

Color convert

RGB 225 174 185 -
CMYK 0 0.23 0.18 0.12
HSL 347.06º 0.46% 0.78% -
HSV(B) 347.06º 0.23% 0.88% -
XYZ 54.94 49.78 52.61 -
YUV 190.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 225 174 185 0 0.23 0.18 0.12 347.06 0.46 0.78
Hex E1 AE B9 0 17 12 C 15B 2E 4E
Octal 341 256 271 0 27 22 14 533 56 116
Binary 11100001 10101110 10111001 0 10111 10010 1100 101011011 101110 1001110

Color Harmonies of #E1AEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AEB9

Black with #E1AEB9

Text Example


Text Example

White with #E1AEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AEB9; }

 p { color: rgb(225,174,185); }

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

background-color css

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

 a { background-color: rgb(225,174,185); }

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

border-color css

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

 span { border-color: rgb(225,174,185); }

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