Html Css Color HEX #E690EC Violet

📋 copy color: '#E690EC'

red 230 ◦ green 144 ◦ blue 236

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

Shades of Violet #E690EC

Tints of Violet #E690EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.61%

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

R = 37.7%
G = 23.61%
B = 38.69%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E690EC (or 0xE690EC) is known color: Violet. HEX triplet: E6, 90 and EC. RGB value is (230,144,236). Sum of RGB (Red+Green+Blue) = 230+144+236=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #E690EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E690EC is #196F13. Grayscale: #B3B3B3. Windows color (decimal): -1666836 or 15503590. OLE color: 15503590.

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

Color convert

RGB 230 144 236 -
CMYK 0.03 0.39 0 0.07
HSL 296.09º 0.71% 0.75% -
HSV(B) 296.09º 0.39% 0.93% -
XYZ 57.75 42.83 84.58 -
YUV 180.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 230 144 236 0.03 0.39 0 0.07 296.09 0.71 0.75
Hex E6 90 EC 3 27 0 7 128 47 4B
Octal 346 220 354 3 47 0 7 450 107 113
Binary 11100110 10010000 11101100 11 100111 0 111 100101000 1000111 1001011

Color Harmonies of #E690EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690EC

Black with #E690EC

Text Example


Text Example

White with #E690EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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