Html Css Color HEX #E694DC Plum

📋 copy color: '#E694DC'

red 230 ◦ green 148 ◦ blue 220

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

Shades of Plum #E694DC

Tints of Plum #E694DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.75%

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 38.46%
G = 24.75%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E694DC (or 0xE694DC) is known color: Plum. HEX triplet: E6, 94 and DC. RGB value is (230,148,220). Sum of RGB (Red+Green+Blue) = 230+148+220=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E694DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694DC is #196B23. Grayscale: #B4B4B4. Windows color (decimal): -1665828 or 14456038. OLE color: 14456038.

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

Color convert

RGB 230 148 220 -
CMYK 0 0.36 0.04 0.10
HSL 307.32º 0.62% 0.74% -
HSV(B) 307.32º 0.36% 0.9% -
XYZ 56.14 43.17 73.08 -
YUV 180.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 230 148 220 0 0.36 0.04 0.10 307.32 0.62 0.74
Hex E6 94 DC 0 24 4 A 133 3E 4A
Octal 346 224 334 0 44 4 12 463 76 112
Binary 11100110 10010100 11011100 0 100100 100 1010 100110011 111110 1001010

Color Harmonies of #E694DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694DC

Black with #E694DC

Text Example


Text Example

White with #E694DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694DC; }

 p { color: rgb(230,148,220); }

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

background-color css

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

 a { background-color: rgb(230,148,220); }

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

border-color css

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

 span { border-color: rgb(230,148,220); }

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