Html Css Color HEX #E694F0 Violet

📋 copy color: '#E694F0'

red 230 ◦ green 148 ◦ blue 240

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

Shades of Violet #E694F0

Tints of Violet #E694F0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.95%

 BLUE value IS 240 (94.14% from 255) = 38.83%

R = 37.22%
G = 23.95%
B = 38.83%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E694F0 (or 0xE694F0) is known color: Violet. HEX triplet: E6, 94 and F0. RGB value is (230,148,240). Sum of RGB (Red+Green+Blue) = 230+148+240=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #E694F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694F0 is #196B0F. Grayscale: #B6B6B6. Windows color (decimal): -1665808 or 15766758. OLE color: 15766758.

HSL color Cylindrical-coordinate representation of color #E694F0: hue angle of 293.48º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E694F0 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 148 240 -
CMYK 0.04 0.38 0 0.06
HSL 293.48º 0.75% 0.76% -
HSV(B) 293.48º 0.38% 0.94% -
XYZ 58.95 44.29 87.88 -
YUV 183.01 160.17 161.52 -
System Red Green Blue C M Y K H S L
Decimal 230 148 240 0.04 0.38 0 0.06 293.48 0.75 0.76
Hex E6 94 F0 4 26 0 6 125 4B 4C
Octal 346 224 360 4 46 0 6 445 113 114
Binary 11100110 10010100 11110000 100 100110 0 110 100100101 1001011 1001100

Color Harmonies of #E694F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694F0

Black with #E694F0

Text Example


Text Example

White with #E694F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694F0; }

 p { color: rgb(230,148,240); }

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

background-color css

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

 a { background-color: rgb(230,148,240); }

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

border-color css

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

 span { border-color: rgb(230,148,240); }

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