Html Css Color HEX #E1ACB9 Blossom

📋 copy color: '#E1ACB9'

red 225 ◦ green 172 ◦ blue 185

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

Shades of Blossom #E1ACB9

Tints of Blossom #E1ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.55%

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

R = 38.66%
G = 29.55%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E1ACB9 (or 0xE1ACB9) is known color: Blossom. HEX triplet: E1, AC and B9. RGB value is (225,172,185). Sum of RGB (Red+Green+Blue) = 225+172+185=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACB9 is #1E5346. Grayscale: #BDBDBD. Windows color (decimal): -1987399 or 12168417. OLE color: 12168417.

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

Color convert

RGB 225 172 185 -
CMYK 0 0.24 0.18 0.12
HSL 345.28º 0.47% 0.78% -
HSV(B) 345.28º 0.24% 0.88% -
XYZ 54.56 49.02 52.48 -
YUV 189.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 225 172 185 0 0.24 0.18 0.12 345.28 0.47 0.78
Hex E1 AC B9 0 18 12 C 159 2F 4E
Octal 341 254 271 0 30 22 14 531 57 116
Binary 11100001 10101100 10111001 0 11000 10010 1100 101011001 101111 1001110

Color Harmonies of #E1ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ACB9

Black with #E1ACB9

Text Example


Text Example

White with #E1ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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