Html Css Color HEX #E696EC Plum

📋 copy color: '#E696EC'

red 230 ◦ green 150 ◦ blue 236

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

Shades of Plum #E696EC

Tints of Plum #E696EC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.35%

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

R = 37.34%
G = 24.35%
B = 38.31%

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

#E696EC (or 0xE696EC) is known color: Plum. HEX triplet: E6, 96 and EC. RGB value is (230,150,236). Sum of RGB (Red+Green+Blue) = 230+150+236=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #E696EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696EC is #196913. Grayscale: #B7B7B7. Windows color (decimal): -1665300 or 15505126. OLE color: 15505126.

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

Color convert

RGB 230 150 236 -
CMYK 0.03 0.36 0 0.07
HSL 295.81º 0.69% 0.76% -
HSV(B) 295.81º 0.36% 0.93% -
XYZ 58.68 44.69 84.89 -
YUV 183.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 230 150 236 0.03 0.36 0 0.07 295.81 0.69 0.76
Hex E6 96 EC 3 24 0 7 128 45 4C
Octal 346 226 354 3 44 0 7 450 105 114
Binary 11100110 10010110 11101100 11 100100 0 111 100101000 1000101 1001100

Color Harmonies of #E696EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696EC

Black with #E696EC

Text Example


Text Example

White with #E696EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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