Html Css Color HEX #E1AEB6 Blossom

📋 copy color: '#E1AEB6'

red 225 ◦ green 174 ◦ blue 182

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

Shades of Blossom #E1AEB6

Tints of Blossom #E1AEB6

RGB

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

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

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

R = 38.73%
G = 29.95%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E1AEB6 (or 0xE1AEB6) is known color: Blossom. HEX triplet: E1, AE and B6. RGB value is (225,174,182). Sum of RGB (Red+Green+Blue) = 225+174+182=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEB6 is #1E5149. Grayscale: #BEBEBE. Windows color (decimal): -1986890 or 11972321. OLE color: 11972321.

HSL color Cylindrical-coordinate representation of color #E1AEB6: hue angle of 350.59º 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 #E1AEB6 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 174 182 -
CMYK 0 0.23 0.19 0.12
HSL 350.59º 0.46% 0.78% -
HSV(B) 350.59º 0.23% 0.88% -
XYZ 54.63 49.66 50.96 -
YUV 190.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 225 174 182 0 0.23 0.19 0.12 350.59 0.46 0.78
Hex E1 AE B6 0 17 13 C 15F 2E 4E
Octal 341 256 266 0 27 23 14 537 56 116
Binary 11100001 10101110 10110110 0 10111 10011 1100 101011111 101110 1001110

Color Harmonies of #E1AEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AEB6

Black with #E1AEB6

Text Example


Text Example

White with #E1AEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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