Html Css Color HEX #E694FB Violet

📋 copy color: '#E694FB'

red 230 ◦ green 148 ◦ blue 251

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

Shades of Violet #E694FB

Tints of Violet #E694FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.9%

R = 36.57%
G = 23.53%
B = 39.9%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E694FB (or 0xE694FB) is known color: Violet. HEX triplet: E6, 94 and FB. RGB value is (230,148,251). Sum of RGB (Red+Green+Blue) = 230+148+251=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 148 (58.20% from 255 or 23.53% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #E694FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694FB is #196B04. Grayscale: #B7B7B7. Windows color (decimal): -1665797 or 16487654. OLE color: 16487654.

HSL color Cylindrical-coordinate representation of color #E694FB: hue angle of 287.77º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E694FB is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 148 251 -
CMYK 0.08 0.41 0 0.02
HSL 287.77º 0.93% 0.78% -
HSV(B) 287.77º 0.41% 0.98% -
XYZ 60.64 44.97 96.75 -
YUV 184.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 230 148 251 0.08 0.41 0 0.02 287.77 0.93 0.78
Hex E6 94 FB 8 29 0 2 120 5D 4E
Octal 346 224 373 10 51 0 2 440 135 116
Binary 11100110 10010100 11111011 1000 101001 0 10 100100000 1011101 1001110

Color Harmonies of #E694FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694FB

Black with #E694FB

Text Example


Text Example

White with #E694FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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