Html Css Color HEX #E2ACB9 Blossom

📋 copy color: '#E2ACB9'

red 226 ◦ green 172 ◦ blue 185

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

Shades of Blossom #E2ACB9

Tints of Blossom #E2ACB9

RGB

 RED value IS 226 (88.67% from 255) = 38.77%

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

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

R = 38.77%
G = 29.5%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E2ACB9 (or 0xE2ACB9) is known color: Blossom. HEX triplet: E2, AC and B9. RGB value is (226,172,185). Sum of RGB (Red+Green+Blue) = 226+172+185=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACB9 is #1D5346. Grayscale: #BDBDBD. Windows color (decimal): -1921863 or 12168418. OLE color: 12168418.

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

Color convert

RGB 226 172 185 -
CMYK 0 0.24 0.18 0.11
HSL 345.56º 0.48% 0.78% -
HSV(B) 345.56º 0.24% 0.89% -
XYZ 54.87 49.18 52.5 -
YUV 189.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 226 172 185 0 0.24 0.18 0.11 345.56 0.48 0.78
Hex E2 AC B9 0 18 12 B 15A 30 4E
Octal 342 254 271 0 30 22 13 532 60 116
Binary 11100010 10101100 10111001 0 11000 10010 1011 101011010 110000 1001110

Color Harmonies of #E2ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACB9

Black with #E2ACB9

Text Example


Text Example

White with #E2ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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