Html Css Color HEX #E298EC Plum

📋 copy color: '#E298EC'

red 226 ◦ green 152 ◦ blue 236

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

Shades of Plum #E298EC

Tints of Plum #E298EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.76%

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 36.81%
G = 24.76%
B = 38.44%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E298EC (or 0xE298EC) is known color: Plum. HEX triplet: E2, 98 and EC. RGB value is (226,152,236). Sum of RGB (Red+Green+Blue) = 226+152+236=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #E298EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E298EC is #1D6713. Grayscale: #B7B7B7. Windows color (decimal): -1926932 or 15505634. OLE color: 15505634.

HSL color Cylindrical-coordinate representation of color #E298EC: hue angle of 292.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E298EC is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 152 236 -
CMYK 0.04 0.36 0 0.07
HSL 292.86º 0.69% 0.76% -
HSV(B) 292.86º 0.36% 0.93% -
XYZ 57.73 44.68 84.94 -
YUV 183.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 226 152 236 0.04 0.36 0 0.07 292.86 0.69 0.76
Hex E2 98 EC 4 24 0 7 125 45 4C
Octal 342 230 354 4 44 0 7 445 105 114
Binary 11100010 10011000 11101100 100 100100 0 111 100100101 1000101 1001100

Color Harmonies of #E298EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E298EC

Black with #E298EC

Text Example


Text Example

White with #E298EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E298EC; }

 p { color: rgb(226,152,236); }

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

background-color css

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

 a { background-color: rgb(226,152,236); }

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

border-color css

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

 span { border-color: rgb(226,152,236); }

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