Html Css Color HEX #E8A8B2 Blossom

📋 copy color: '#E8A8B2'

red 232 ◦ green 168 ◦ blue 178

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

Shades of Blossom #E8A8B2

Tints of Blossom #E8A8B2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.07%

 BLUE value IS 178 (69.92% from 255) = 30.8%

R = 40.14%
G = 29.07%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E8A8B2 (or 0xE8A8B2) is known color: Blossom. HEX triplet: E8, A8 and B2. RGB value is (232,168,178). Sum of RGB (Red+Green+Blue) = 232+168+178=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A8B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A8B2 is #17574D. Grayscale: #BCBCBC. Windows color (decimal): -1529678 or 11708648. OLE color: 11708648.

HSL color Cylindrical-coordinate representation of color #E8A8B2: hue angle of 350.62º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8A8B2 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 168 178 -
CMYK 0 0.28 0.23 0.09
HSL 350.63º 0.58% 0.78% -
HSV(B) 350.63º 0.28% 0.91% -
XYZ 55.32 48.38 48.54 -
YUV 188.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 232 168 178 0 0.28 0.23 0.09 350.63 0.58 0.78
Hex E8 A8 B2 0 1C 17 9 15F 3A 4E
Octal 350 250 262 0 34 27 11 537 72 116
Binary 11101000 10101000 10110010 0 11100 10111 1001 101011111 111010 1001110

Color Harmonies of #E8A8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A8B2

Black with #E8A8B2

Text Example


Text Example

White with #E8A8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A8B2; }

 p { color: rgb(232,168,178); }

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

background-color css

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

 a { background-color: rgb(232,168,178); }

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

border-color css

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

 span { border-color: rgb(232,168,178); }

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