Html Css Color HEX #E685EC Violet

📋 copy color: '#E685EC'

red 230 ◦ green 133 ◦ blue 236

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

Shades of Violet #E685EC

Tints of Violet #E685EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.2%

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 38.4%
G = 22.2%
B = 39.4%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E685EC (or 0xE685EC) is known color: Violet. HEX triplet: E6, 85 and EC. RGB value is (230,133,236). Sum of RGB (Red+Green+Blue) = 230+133+236=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #E685EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E685EC is #197A13. Grayscale: #ADADAD. Windows color (decimal): -1669652 or 15500774. OLE color: 15500774.

HSL color Cylindrical-coordinate representation of color #E685EC: hue angle of 296.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E685EC is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 133 236 -
CMYK 0.03 0.44 0 0.07
HSL 296.5º 0.73% 0.72% -
HSV(B) 296.5º 0.44% 0.93% -
XYZ 56.16 39.65 84.05 -
YUV 173.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 230 133 236 0.03 0.44 0 0.07 296.5 0.73 0.72
Hex E6 85 EC 3 2C 0 7 129 49 48
Octal 346 205 354 3 54 0 7 451 111 110
Binary 11100110 10000101 11101100 11 101100 0 111 100101001 1001001 1001000

Color Harmonies of #E685EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685EC

Black with #E685EC

Text Example


Text Example

White with #E685EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685EC; }

 p { color: rgb(230,133,236); }

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

background-color css

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

 a { background-color: rgb(230,133,236); }

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

border-color css

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

 span { border-color: rgb(230,133,236); }

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