Html Css Color HEX #E380ED Violet

📋 copy color: '#E380ED'

red 227 ◦ green 128 ◦ blue 237

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

Shades of Violet #E380ED

Tints of Violet #E380ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 38.34%
G = 21.62%
B = 40.03%

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

#E380ED (or 0xE380ED) is known color: Violet. HEX triplet: E3, 80 and ED. RGB value is (227,128,237). Sum of RGB (Red+Green+Blue) = 227+128+237=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #E380ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380ED is #1C7F12. Grayscale: #A9A9A9. Windows color (decimal): -1867539 or 15565027. OLE color: 15565027.

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

Color convert

RGB 227 128 237 -
CMYK 0.04 0.46 0 0.07
HSL 294.5º 0.75% 0.72% -
HSV(B) 294.5º 0.46% 0.93% -
XYZ 54.68 37.88 84.55 -
YUV 170.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 227 128 237 0.04 0.46 0 0.07 294.5 0.75 0.72
Hex E3 80 ED 4 2E 0 7 126 4B 48
Octal 343 200 355 4 56 0 7 446 113 110
Binary 11100011 10000000 11101101 100 101110 0 111 100100110 1001011 1001000

Color Harmonies of #E380ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380ED

Black with #E380ED

Text Example


Text Example

White with #E380ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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