Html Css Color HEX #E695DC Plum

📋 copy color: '#E695DC'

red 230 ◦ green 149 ◦ blue 220

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

Shades of Plum #E695DC

Tints of Plum #E695DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.87%

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

R = 38.4%
G = 24.87%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E695DC (or 0xE695DC) is known color: Plum. HEX triplet: E6, 95 and DC. RGB value is (230,149,220). Sum of RGB (Red+Green+Blue) = 230+149+220=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E695DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695DC is #196A23. Grayscale: #B5B5B5. Windows color (decimal): -1665572 or 14456294. OLE color: 14456294.

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

Color convert

RGB 230 149 220 -
CMYK 0 0.35 0.04 0.10
HSL 307.41º 0.62% 0.74% -
HSV(B) 307.41º 0.35% 0.9% -
XYZ 56.3 43.49 73.14 -
YUV 181.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 230 149 220 0 0.35 0.04 0.10 307.41 0.62 0.74
Hex E6 95 DC 0 23 4 A 133 3E 4A
Octal 346 225 334 0 43 4 12 463 76 112
Binary 11100110 10010101 11011100 0 100011 100 1010 100110011 111110 1001010

Color Harmonies of #E695DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E695DC

Black with #E695DC

Text Example


Text Example

White with #E695DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E695DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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