Html Css Color HEX #E699EC Plum

📋 copy color: '#E699EC'

red 230 ◦ green 153 ◦ blue 236

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

Shades of Plum #E699EC

Tints of Plum #E699EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.72%

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

R = 37.16%
G = 24.72%
B = 38.13%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E699EC (or 0xE699EC) is known color: Plum. HEX triplet: E6, 99 and EC. RGB value is (230,153,236). Sum of RGB (Red+Green+Blue) = 230+153+236=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #E699EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E699EC is #196613. Grayscale: #B9B9B9. Windows color (decimal): -1664532 or 15505894. OLE color: 15505894.

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

Color convert

RGB 230 153 236 -
CMYK 0.03 0.35 0 0.07
HSL 295.66º 0.69% 0.76% -
HSV(B) 295.66º 0.35% 0.93% -
XYZ 59.16 45.66 85.05 -
YUV 185.49 156.51 159.75 -
System Red Green Blue C M Y K H S L
Decimal 230 153 236 0.03 0.35 0 0.07 295.66 0.69 0.76
Hex E6 99 EC 3 23 0 7 128 45 4C
Octal 346 231 354 3 43 0 7 450 105 114
Binary 11100110 10011001 11101100 11 100011 0 111 100101000 1000101 1001100

Color Harmonies of #E699EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E699EC

Black with #E699EC

Text Example


Text Example

White with #E699EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E699EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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