Html Css Color HEX #E698EC Plum

📋 copy color: '#E698EC'

red 230 ◦ green 152 ◦ blue 236

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

Shades of Plum #E698EC

Tints of Plum #E698EC

RGB

 RED value IS 230 (90.23% from 255) = 37.22%

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

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

R = 37.22%
G = 24.6%
B = 38.19%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E698EC (or 0xE698EC) is known color: Plum. HEX triplet: E6, 98 and EC. RGB value is (230,152,236). Sum of RGB (Red+Green+Blue) = 230+152+236=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #E698EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E698EC is #196713. Grayscale: #B8B8B8. Windows color (decimal): -1664788 or 15505638. OLE color: 15505638.

HSL color Cylindrical-coordinate representation of color #E698EC: hue angle of 295.71º 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 #E698EC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 152 236 -
CMYK 0.03 0.36 0 0.07
HSL 295.71º 0.69% 0.76% -
HSV(B) 295.71º 0.36% 0.93% -
XYZ 59 45.34 85 -
YUV 184.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 230 152 236 0.03 0.36 0 0.07 295.71 0.69 0.76
Hex E6 98 EC 3 24 0 7 128 45 4C
Octal 346 230 354 3 44 0 7 450 105 114
Binary 11100110 10011000 11101100 11 100100 0 111 100101000 1000101 1001100

Color Harmonies of #E698EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E698EC

Black with #E698EC

Text Example


Text Example

White with #E698EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E698EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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