Html Css Color HEX #E690FE Violet

📋 copy color: '#E690FE'

red 230 ◦ green 144 ◦ blue 254

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

Shades of Violet #E690FE

Tints of Violet #E690FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.93%

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 36.62%
G = 22.93%
B = 40.45%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E690FE (or 0xE690FE) is known color: Violet. HEX triplet: E6, 90 and FE. RGB value is (230,144,254). Sum of RGB (Red+Green+Blue) = 230+144+254=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 144 (56.64% from 255 or 22.93% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #E690FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E690FE is #196F01. Grayscale: #B5B5B5. Windows color (decimal): -1666818 or 16683238. OLE color: 16683238.

HSL color Cylindrical-coordinate representation of color #E690FE: hue angle of 286.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E690FE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 144 254 -
CMYK 0.09 0.43 0 0.00
HSL 286.91º 0.98% 0.78% -
HSV(B) 286.91º 0.43% 1% -
XYZ 60.5 43.93 99.06 -
YUV 182.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 230 144 254 0.09 0.43 0 0.00 286.91 0.98 0.78
Hex E6 90 FE 9 2B 0 0 11F 62 4E
Octal 346 220 376 11 53 0 0 437 142 116
Binary 11100110 10010000 11111110 1001 101011 0 0 100011111 1100010 1001110

Color Harmonies of #E690FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690FE

Black with #E690FE

Text Example


Text Example

White with #E690FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690FE; }

 p { color: rgb(230,144,254); }

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

background-color css

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

 a { background-color: rgb(230,144,254); }

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

border-color css

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

 span { border-color: rgb(230,144,254); }

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