Html Css Color HEX #E694F2 Violet

📋 copy color: '#E694F2'

red 230 ◦ green 148 ◦ blue 242

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

Shades of Violet #E694F2

Tints of Violet #E694F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.03%

R = 37.1%
G = 23.87%
B = 39.03%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E694F2 (or 0xE694F2) is known color: Violet. HEX triplet: E6, 94 and F2. RGB value is (230,148,242). Sum of RGB (Red+Green+Blue) = 230+148+242=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #E694F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694F2 is #196B0D. Grayscale: #B6B6B6. Windows color (decimal): -1665806 or 15897830. OLE color: 15897830.

HSL color Cylindrical-coordinate representation of color #E694F2: hue angle of 292.34º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E694F2 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 148 242 -
CMYK 0.05 0.39 0 0.05
HSL 292.34º 0.78% 0.76% -
HSV(B) 292.34º 0.39% 0.95% -
XYZ 59.25 44.41 89.45 -
YUV 183.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 230 148 242 0.05 0.39 0 0.05 292.34 0.78 0.76
Hex E6 94 F2 5 27 0 5 124 4E 4C
Octal 346 224 362 5 47 0 5 444 116 114
Binary 11100110 10010100 11110010 101 100111 0 101 100100100 1001110 1001100

Color Harmonies of #E694F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694F2

Black with #E694F2

Text Example


Text Example

White with #E694F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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