Html Css Color HEX #E694F1 Violet

📋 copy color: '#E694F1'

red 230 ◦ green 148 ◦ blue 241

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

Shades of Violet #E694F1

Tints of Violet #E694F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.93%

R = 37.16%
G = 23.91%
B = 38.93%

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

#E694F1 (or 0xE694F1) is known color: Violet. HEX triplet: E6, 94 and F1. RGB value is (230,148,241). Sum of RGB (Red+Green+Blue) = 230+148+241=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #E694F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694F1 is #196B0E. Grayscale: #B6B6B6. Windows color (decimal): -1665807 or 15832294. OLE color: 15832294.

HSL color Cylindrical-coordinate representation of color #E694F1: hue angle of 292.9º degrees, saturation: 0.77, 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 #E694F1 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 148 241 -
CMYK 0.05 0.39 0 0.05
HSL 292.9º 0.77% 0.76% -
HSV(B) 292.9º 0.39% 0.95% -
XYZ 59.1 44.35 88.67 -
YUV 183.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 230 148 241 0.05 0.39 0 0.05 292.9 0.77 0.76
Hex E6 94 F1 5 27 0 5 125 4D 4C
Octal 346 224 361 5 47 0 5 445 115 114
Binary 11100110 10010100 11110001 101 100111 0 101 100100101 1001101 1001100

Color Harmonies of #E694F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694F1

Black with #E694F1

Text Example


Text Example

White with #E694F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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