Html Css Color HEX #E696DA Plum

📋 copy color: '#E696DA'

red 230 ◦ green 150 ◦ blue 218

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

Shades of Plum #E696DA

Tints of Plum #E696DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 38.46%
G = 25.08%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E696DA (or 0xE696DA) is known color: Plum. HEX triplet: E6, 96 and DA. RGB value is (230,150,218). Sum of RGB (Red+Green+Blue) = 230+150+218=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E696DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696DA is #196925. Grayscale: #B5B5B5. Windows color (decimal): -1665318 or 14325478. OLE color: 14325478.

HSL color Cylindrical-coordinate representation of color #E696DA: hue angle of 309º 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 #E696DA is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 218 -
CMYK 0 0.35 0.05 0.10
HSL 309º 0.62% 0.75% -
HSV(B) 309º 0.35% 0.9% -
XYZ 56.19 43.7 71.8 -
YUV 181.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 230 150 218 0 0.35 0.05 0.10 309 0.62 0.75
Hex E6 96 DA 0 23 5 A 135 3E 4B
Octal 346 226 332 0 43 5 12 465 76 113
Binary 11100110 10010110 11011010 0 100011 101 1010 100110101 111110 1001011

Color Harmonies of #E696DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696DA

Black with #E696DA

Text Example


Text Example

White with #E696DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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