Html Css Color HEX #E8BCC0 Blossom

📋 copy color: '#E8BCC0'

red 232 ◦ green 188 ◦ blue 192

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

Shades of Blossom #E8BCC0

Tints of Blossom #E8BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.72%

 BLUE value IS 192 (75.39% from 255) = 31.37%

R = 37.91%
G = 30.72%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E8BCC0 (or 0xE8BCC0) is known color: Blossom. HEX triplet: E8, BC and C0. RGB value is (232,188,192). Sum of RGB (Red+Green+Blue) = 232+188+192=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BCC0 is #17433F. Grayscale: #C9C9C9. Windows color (decimal): -1524544 or 12631272. OLE color: 12631272.

HSL color Cylindrical-coordinate representation of color #E8BCC0: hue angle of 354.55º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BCC0 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 188 192 -
CMYK 0 0.19 0.17 0.09
HSL 354.55º 0.49% 0.82% -
HSV(B) 354.55º 0.19% 0.91% -
XYZ 60.78 56.93 57.65 -
YUV 201.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 232 188 192 0 0.19 0.17 0.09 354.55 0.49 0.82
Hex E8 BC C0 0 13 11 9 163 31 52
Octal 350 274 300 0 23 21 11 543 61 122
Binary 11101000 10111100 11000000 0 10011 10001 1001 101100011 110001 1010010

Color Harmonies of #E8BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BCC0

Black with #E8BCC0

Text Example


Text Example

White with #E8BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BCC0; }

 p { color: rgb(232,188,192); }

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

background-color css

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

 a { background-color: rgb(232,188,192); }

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

border-color css

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

 span { border-color: rgb(232,188,192); }

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