Html Css Color HEX #E1AEBA Blossom

📋 copy color: '#E1AEBA'

red 225 ◦ green 174 ◦ blue 186

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

Shades of Blossom #E1AEBA

Tints of Blossom #E1AEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.79%

R = 38.46%
G = 29.74%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1AEBA (or 0xE1AEBA) is known color: Blossom. HEX triplet: E1, AE and BA. RGB value is (225,174,186). Sum of RGB (Red+Green+Blue) = 225+174+186=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEBA is #1E5145. Grayscale: #BEBEBE. Windows color (decimal): -1986886 or 12234465. OLE color: 12234465.

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

Color convert

RGB 225 174 186 -
CMYK 0 0.23 0.17 0.12
HSL 345.88º 0.46% 0.78% -
HSV(B) 345.88º 0.23% 0.88% -
XYZ 55.05 49.82 53.17 -
YUV 190.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 225 174 186 0 0.23 0.17 0.12 345.88 0.46 0.78
Hex E1 AE BA 0 17 11 C 15A 2E 4E
Octal 341 256 272 0 27 21 14 532 56 116
Binary 11100001 10101110 10111010 0 10111 10001 1100 101011010 101110 1001110

Color Harmonies of #E1AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AEBA

Black with #E1AEBA

Text Example


Text Example

White with #E1AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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