Html Css Color HEX #E378EE Violet

📋 copy color: '#E378EE'

red 227 ◦ green 120 ◦ blue 238

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

Shades of Violet #E378EE

Tints of Violet #E378EE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.51%

 BLUE value IS 238 (93.36% from 255) = 40.68%

R = 38.8%
G = 20.51%
B = 40.68%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E378EE (or 0xE378EE) is known color: Violet. HEX triplet: E3, 78 and EE. RGB value is (227,120,238). Sum of RGB (Red+Green+Blue) = 227+120+238=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #E378EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E378EE is #1C8711. Grayscale: #A5A5A5. Windows color (decimal): -1869586 or 15628515. OLE color: 15628515.

HSL color Cylindrical-coordinate representation of color #E378EE: hue angle of 294.41º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E378EE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 120 238 -
CMYK 0.05 0.50 0 0.07
HSL 294.41º 0.78% 0.7% -
HSV(B) 294.41º 0.5% 0.93% -
XYZ 53.83 35.94 84.99 -
YUV 165.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 227 120 238 0.05 0.50 0 0.07 294.41 0.78 0.7
Hex E3 78 EE 5 32 0 7 126 4E 46
Octal 343 170 356 5 62 0 7 446 116 106
Binary 11100011 1111000 11101110 101 110010 0 111 100100110 1001110 1000110

Color Harmonies of #E378EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E378EE

Black with #E378EE

Text Example


Text Example

White with #E378EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E378EE; }

 p { color: rgb(227,120,238); }

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

background-color css

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

 a { background-color: rgb(227,120,238); }

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

border-color css

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

 span { border-color: rgb(227,120,238); }

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