Html Css Color HEX #E78CF0 Violet

📋 copy color: '#E78CF0'

red 231 ◦ green 140 ◦ blue 240

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

Shades of Violet #E78CF0

Tints of Violet #E78CF0

RGB

 RED value IS 231 (90.63% from 255) = 37.81%

 GREEN value IS 140 (55.08% from 255) = 22.91%

 BLUE value IS 240 (94.14% from 255) = 39.28%

R = 37.81%
G = 22.91%
B = 39.28%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E78CF0 (or 0xE78CF0) is known color: Violet. HEX triplet: E7, 8C and F0. RGB value is (231,140,240). Sum of RGB (Red+Green+Blue) = 231+140+240=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #E78CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78CF0 is #18730F. Grayscale: #B2B2B2. Windows color (decimal): -1602320 or 15764711. OLE color: 15764711.

HSL color Cylindrical-coordinate representation of color #E78CF0: hue angle of 294.6º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E78CF0 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 140 240 -
CMYK 0.04 0.42 0 0.06
HSL 294.6º 0.77% 0.75% -
HSV(B) 294.6º 0.42% 0.94% -
XYZ 58.06 42.04 87.49 -
YUV 178.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 231 140 240 0.04 0.42 0 0.06 294.6 0.77 0.75
Hex E7 8C F0 4 2A 0 6 127 4D 4B
Octal 347 214 360 4 52 0 6 447 115 113
Binary 11100111 10001100 11110000 100 101010 0 110 100100111 1001101 1001011

Color Harmonies of #E78CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78CF0

Black with #E78CF0

Text Example


Text Example

White with #E78CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78CF0; }

 p { color: rgb(231,140,240); }

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

background-color css

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

 a { background-color: rgb(231,140,240); }

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

border-color css

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

 span { border-color: rgb(231,140,240); }

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