Html Css Color HEX #E380EC Violet

📋 copy color: '#E380EC'

red 227 ◦ green 128 ◦ blue 236

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

Shades of Violet #E380EC

Tints of Violet #E380EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.66%

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

R = 38.41%
G = 21.66%
B = 39.93%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E380EC (or 0xE380EC) is known color: Violet. HEX triplet: E3, 80 and EC. RGB value is (227,128,236). Sum of RGB (Red+Green+Blue) = 227+128+236=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #E380EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380EC is #1C7F13. Grayscale: #A9A9A9. Windows color (decimal): -1867540 or 15499491. OLE color: 15499491.

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

Color convert

RGB 227 128 236 -
CMYK 0.04 0.46 0 0.07
HSL 295º 0.74% 0.71% -
HSV(B) 295º 0.46% 0.93% -
XYZ 54.54 37.83 83.78 -
YUV 169.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 227 128 236 0.04 0.46 0 0.07 295 0.74 0.71
Hex E3 80 EC 4 2E 0 7 127 4A 47
Octal 343 200 354 4 56 0 7 447 112 107
Binary 11100011 10000000 11101100 100 101110 0 111 100100111 1001010 1000111

Color Harmonies of #E380EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380EC

Black with #E380EC

Text Example


Text Example

White with #E380EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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