Html Css Color HEX #E694FC Violet

📋 copy color: '#E694FC'

red 230 ◦ green 148 ◦ blue 252

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

Shades of Violet #E694FC

Tints of Violet #E694FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40%

R = 36.51%
G = 23.49%
B = 40%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E694FC (or 0xE694FC) is known color: Violet. HEX triplet: E6, 94 and FC. RGB value is (230,148,252). Sum of RGB (Red+Green+Blue) = 230+148+252=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 148 (58.20% from 255 or 23.49% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #E694FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694FC is #196B03. Grayscale: #B8B8B8. Windows color (decimal): -1665796 or 16553190. OLE color: 16553190.

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

Color convert

RGB 230 148 252 -
CMYK 0.09 0.41 0 0.01
HSL 287.31º 0.95% 0.78% -
HSV(B) 287.31º 0.41% 0.99% -
XYZ 60.79 45.03 97.58 -
YUV 184.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 230 148 252 0.09 0.41 0 0.01 287.31 0.95 0.78
Hex E6 94 FC 9 29 0 1 11F 5F 4E
Octal 346 224 374 11 51 0 1 437 137 116
Binary 11100110 10010100 11111100 1001 101001 0 1 100011111 1011111 1001110

Color Harmonies of #E694FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694FC

Black with #E694FC

Text Example


Text Example

White with #E694FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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