Html Css Color HEX #E1A9B3 Blossom

📋 copy color: '#E1A9B3'

red 225 ◦ green 169 ◦ blue 179

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

Shades of Blossom #E1A9B3

Tints of Blossom #E1A9B3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.49%

 BLUE value IS 179 (70.31% from 255) = 31.24%

R = 39.27%
G = 29.49%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E1A9B3 (or 0xE1A9B3) is known color: Blossom. HEX triplet: E1, A9 and B3. RGB value is (225,169,179). Sum of RGB (Red+Green+Blue) = 225+169+179=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A9B3 is #1E564C. Grayscale: #BABABA. Windows color (decimal): -1988173 or 11774433. OLE color: 11774433.

HSL color Cylindrical-coordinate representation of color #E1A9B3: hue angle of 349.29º degrees, saturation: 0.48, 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 #E1A9B3 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 169 179 -
CMYK 0 0.25 0.20 0.12
HSL 349.29º 0.48% 0.77% -
HSV(B) 349.29º 0.25% 0.88% -
XYZ 53.38 47.64 49.03 -
YUV 186.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 225 169 179 0 0.25 0.20 0.12 349.29 0.48 0.77
Hex E1 A9 B3 0 19 14 C 15D 30 4D
Octal 341 251 263 0 31 24 14 535 60 115
Binary 11100001 10101001 10110011 0 11001 10100 1100 101011101 110000 1001101

Color Harmonies of #E1A9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A9B3

Black with #E1A9B3

Text Example


Text Example

White with #E1A9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A9B3; }

 p { color: rgb(225,169,179); }

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

background-color css

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

 a { background-color: rgb(225,169,179); }

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

border-color css

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

 span { border-color: rgb(225,169,179); }

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