Html Css Color HEX #E694FD Violet

📋 copy color: '#E694FD'

red 230 ◦ green 148 ◦ blue 253

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

Shades of Violet #E694FD

Tints of Violet #E694FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.1%

R = 36.45%
G = 23.45%
B = 40.1%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E694FD (or 0xE694FD) is known color: Violet. HEX triplet: E6, 94 and FD. RGB value is (230,148,253). Sum of RGB (Red+Green+Blue) = 230+148+253=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 148 (58.20% from 255 or 23.45% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #E694FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694FD is #196B02. Grayscale: #B8B8B8. Windows color (decimal): -1665795 or 16618726. OLE color: 16618726.

HSL color Cylindrical-coordinate representation of color #E694FD: hue angle of 286.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E694FD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 148 253 -
CMYK 0.09 0.42 0 0.01
HSL 286.86º 0.96% 0.79% -
HSV(B) 286.86º 0.42% 0.99% -
XYZ 60.95 45.09 98.42 -
YUV 184.49 166.67 160.46 -
System Red Green Blue C M Y K H S L
Decimal 230 148 253 0.09 0.42 0 0.01 286.86 0.96 0.79
Hex E6 94 FD 9 2A 0 1 11F 60 4F
Octal 346 224 375 11 52 0 1 437 140 117
Binary 11100110 10010100 11111101 1001 101010 0 1 100011111 1100000 1001111

Color Harmonies of #E694FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694FD

Black with #E694FD

Text Example


Text Example

White with #E694FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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