Html Css Color HEX #E696D8 Plum

📋 copy color: '#E696D8'

red 230 ◦ green 150 ◦ blue 216

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

Shades of Plum #E696D8

Tints of Plum #E696D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.24%

R = 38.59%
G = 25.17%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E696D8 (or 0xE696D8) is known color: Plum. HEX triplet: E6, 96 and D8. RGB value is (230,150,216). Sum of RGB (Red+Green+Blue) = 230+150+216=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E696D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696D8 is #196927. Grayscale: #B5B5B5. Windows color (decimal): -1665320 or 14194406. OLE color: 14194406.

HSL color Cylindrical-coordinate representation of color #E696D8: hue angle of 310.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696D8 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 216 -
CMYK 0 0.35 0.06 0.10
HSL 310.5º 0.62% 0.75% -
HSV(B) 310.5º 0.35% 0.9% -
XYZ 55.93 43.59 70.43 -
YUV 181.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 230 150 216 0 0.35 0.06 0.10 310.5 0.62 0.75
Hex E6 96 D8 0 23 6 A 136 3E 4B
Octal 346 226 330 0 43 6 12 466 76 113
Binary 11100110 10010110 11011000 0 100011 110 1010 100110110 111110 1001011

Color Harmonies of #E696D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696D8

Black with #E696D8

Text Example


Text Example

White with #E696D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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