Html Css Color HEX #E8ACB6 Blossom

📋 copy color: '#E8ACB6'

red 232 ◦ green 172 ◦ blue 182

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

Shades of Blossom #E8ACB6

Tints of Blossom #E8ACB6

RGB

 RED value IS 232 (91.02% from 255) = 39.59%

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

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

R = 39.59%
G = 29.35%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E8ACB6 (or 0xE8ACB6) is known color: Blossom. HEX triplet: E8, AC and B6. RGB value is (232,172,182). Sum of RGB (Red+Green+Blue) = 232+172+182=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ACB6 is #175349. Grayscale: #BFBFBF. Windows color (decimal): -1528650 or 11971816. OLE color: 11971816.

HSL color Cylindrical-coordinate representation of color #E8ACB6: hue angle of 350º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ACB6 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 172 182 -
CMYK 0 0.26 0.22 0.09
HSL 350º 0.57% 0.79% -
HSV(B) 350º 0.26% 0.91% -
XYZ 56.47 50.04 50.94 -
YUV 191.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 232 172 182 0 0.26 0.22 0.09 350 0.57 0.79
Hex E8 AC B6 0 1A 16 9 15E 39 4F
Octal 350 254 266 0 32 26 11 536 71 117
Binary 11101000 10101100 10110110 0 11010 10110 1001 101011110 111001 1001111

Color Harmonies of #E8ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8ACB6

Black with #E8ACB6

Text Example


Text Example

White with #E8ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8ACB6; }

 p { color: rgb(232,172,182); }

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

background-color css

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

 a { background-color: rgb(232,172,182); }

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

border-color css

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

 span { border-color: rgb(232,172,182); }

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