Html Css Color HEX #E686DD Violet

📋 copy color: '#E686DD'

red 230 ◦ green 134 ◦ blue 221

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

Shades of Violet #E686DD

Tints of Violet #E686DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.91%

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 39.32%
G = 22.91%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E686DD (or 0xE686DD) is known color: Violet. HEX triplet: E6, 86 and DD. RGB value is (230,134,221). Sum of RGB (Red+Green+Blue) = 230+134+221=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E686DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686DD is #197922. Grayscale: #ACACAC. Windows color (decimal): -1669411 or 14517990. OLE color: 14517990.

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

Color convert

RGB 230 134 221 -
CMYK 0 0.42 0.04 0.10
HSL 305.63º 0.66% 0.71% -
HSV(B) 305.63º 0.42% 0.9% -
XYZ 54.21 39.09 73.1 -
YUV 172.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 230 134 221 0 0.42 0.04 0.10 305.63 0.66 0.71
Hex E6 86 DD 0 2A 4 A 132 42 47
Octal 346 206 335 0 52 4 12 462 102 107
Binary 11100110 10000110 11011101 0 101010 100 1010 100110010 1000010 1000111

Color Harmonies of #E686DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686DD

Black with #E686DD

Text Example


Text Example

White with #E686DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686DD; }

 p { color: rgb(230,134,221); }

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

background-color css

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

 a { background-color: rgb(230,134,221); }

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

border-color css

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

 span { border-color: rgb(230,134,221); }

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