Html Css Color HEX #E690E7 Violet

📋 copy color: '#E690E7'

red 230 ◦ green 144 ◦ blue 231

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

Shades of Violet #E690E7

Tints of Violet #E690E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.18%

R = 38.02%
G = 23.8%
B = 38.18%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E690E7 (or 0xE690E7) is known color: Violet. HEX triplet: E6, 90 and E7. RGB value is (230,144,231). Sum of RGB (Red+Green+Blue) = 230+144+231=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #E690E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E690E7 is #196F18. Grayscale: #B3B3B3. Windows color (decimal): -1666841 or 15175910. OLE color: 15175910.

HSL color Cylindrical-coordinate representation of color #E690E7: hue angle of 299.31º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E690E7 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 230 144 231 -
CMYK 0.00 0.38 0 0.09
HSL 299.31º 0.64% 0.74% -
HSV(B) 299.31º 0.38% 0.91% -
XYZ 57.03 42.54 80.81 -
YUV 179.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 230 144 231 0.00 0.38 0 0.09 299.31 0.64 0.74
Hex E6 90 E7 0 26 0 9 12B 40 4A
Octal 346 220 347 0 46 0 11 453 100 112
Binary 11100110 10010000 11100111 0 100110 0 1001 100101011 1000000 1001010

Color Harmonies of #E690E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690E7

Black with #E690E7

Text Example


Text Example

White with #E690E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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