Html Css Color HEX #E8B2EF Plum

📋 copy color: '#E8B2EF'

red 232 ◦ green 178 ◦ blue 239

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

Shades of Plum #E8B2EF

Tints of Plum #E8B2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.43%

 BLUE value IS 239 (93.75% from 255) = 36.83%

R = 35.75%
G = 27.43%
B = 36.83%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E8B2EF (or 0xE8B2EF) is known color: Plum. HEX triplet: E8, B2 and EF. RGB value is (232,178,239). Sum of RGB (Red+Green+Blue) = 232+178+239=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 178 (69.92% from 255 or 27.43% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8B2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B2EF is #174D10. Grayscale: #C8C8C8. Windows color (decimal): -1527057 or 15708904. OLE color: 15708904.

HSL color Cylindrical-coordinate representation of color #E8B2EF: hue angle of 293.11º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8B2EF is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 178 239 -
CMYK 0.03 0.26 0 0.06
HSL 293.11º 0.66% 0.82% -
HSV(B) 293.11º 0.26% 0.94% -
XYZ 64.78 55.23 88.91 -
YUV 201.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 232 178 239 0.03 0.26 0 0.06 293.11 0.66 0.82
Hex E8 B2 EF 3 1A 0 6 125 42 52
Octal 350 262 357 3 32 0 6 445 102 122
Binary 11101000 10110010 11101111 11 11010 0 110 100100101 1000010 1010010

Color Harmonies of #E8B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B2EF

Black with #E8B2EF

Text Example


Text Example

White with #E8B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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