Html Css Color HEX #E370EC Violet

📋 copy color: '#E370EC'

red 227 ◦ green 112 ◦ blue 236

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

Shades of Violet #E370EC

Tints of Violet #E370EC

RGB

 RED value IS 227 (89.06% from 255) = 39.48%

 GREEN value IS 112 (44.14% from 255) = 19.48%

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 39.48%
G = 19.48%
B = 41.04%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E370EC (or 0xE370EC) is known color: Violet. HEX triplet: E3, 70 and EC. RGB value is (227,112,236). Sum of RGB (Red+Green+Blue) = 227+112+236=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #E370EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370EC is #1C8F13. Grayscale: #A0A0A0. Windows color (decimal): -1871636 or 15495395. OLE color: 15495395.

HSL color Cylindrical-coordinate representation of color #E370EC: hue angle of 295.65º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E370EC is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 112 236 -
CMYK 0.04 0.53 0 0.07
HSL 295.65º 0.77% 0.68% -
HSV(B) 295.65º 0.53% 0.93% -
XYZ 52.61 33.98 83.14 -
YUV 160.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 227 112 236 0.04 0.53 0 0.07 295.65 0.77 0.68
Hex E3 70 EC 4 35 0 7 128 4D 44
Octal 343 160 354 4 65 0 7 450 115 104
Binary 11100011 1110000 11101100 100 110101 0 111 100101000 1001101 1000100

Color Harmonies of #E370EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370EC

Black with #E370EC

Text Example


Text Example

White with #E370EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370EC; }

 p { color: rgb(227,112,236); }

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

background-color css

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

 a { background-color: rgb(227,112,236); }

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

border-color css

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

 span { border-color: rgb(227,112,236); }

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