Html Css Color HEX #E695F7 Violet

📋 copy color: '#E695F7'

red 230 ◦ green 149 ◦ blue 247

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

Shades of Violet #E695F7

Tints of Violet #E695F7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.8%

 BLUE value IS 247 (96.88% from 255) = 39.46%

R = 36.74%
G = 23.8%
B = 39.46%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E695F7 (or 0xE695F7) is known color: Violet. HEX triplet: E6, 95 and F7. RGB value is (230,149,247). Sum of RGB (Red+Green+Blue) = 230+149+247=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 149 (58.59% from 255 or 23.80% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #E695F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695F7 is #196A08. Grayscale: #B8B8B8. Windows color (decimal): -1665545 or 16225766. OLE color: 16225766.

HSL color Cylindrical-coordinate representation of color #E695F7: hue angle of 289.59º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E695F7 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 149 247 -
CMYK 0.07 0.40 0 0.03
HSL 289.59º 0.86% 0.78% -
HSV(B) 289.59º 0.4% 0.97% -
XYZ 60.17 45.03 93.52 -
YUV 184.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 230 149 247 0.07 0.40 0 0.03 289.59 0.86 0.78
Hex E6 95 F7 7 28 0 3 122 56 4E
Octal 346 225 367 7 50 0 3 442 126 116
Binary 11100110 10010101 11110111 111 101000 0 11 100100010 1010110 1001110

Color Harmonies of #E695F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E695F7

Black with #E695F7

Text Example


Text Example

White with #E695F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E695F7; }

 p { color: rgb(230,149,247); }

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

background-color css

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

 a { background-color: rgb(230,149,247); }

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

border-color css

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

 span { border-color: rgb(230,149,247); }

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