Html Css Color HEX #E385F6 Violet

📋 copy color: '#E385F6'

red 227 ◦ green 133 ◦ blue 246

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

Shades of Violet #E385F6

Tints of Violet #E385F6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.95%

 BLUE value IS 246 (96.48% from 255) = 40.59%

R = 37.46%
G = 21.95%
B = 40.59%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E385F6 (or 0xE385F6) is known color: Violet. HEX triplet: E3, 85 and F6. RGB value is (227,133,246). Sum of RGB (Red+Green+Blue) = 227+133+246=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #E385F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E385F6 is #1C7A09. Grayscale: #ADADAD. Windows color (decimal): -1866250 or 16156131. OLE color: 16156131.

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

Color convert

RGB 227 133 246 -
CMYK 0.08 0.46 0 0.04
HSL 289.91º 0.86% 0.74% -
HSV(B) 289.91º 0.46% 0.96% -
XYZ 56.7 39.76 91.87 -
YUV 173.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 227 133 246 0.08 0.46 0 0.04 289.91 0.86 0.74
Hex E3 85 F6 8 2E 0 4 122 56 4A
Octal 343 205 366 10 56 0 4 442 126 112
Binary 11100011 10000101 11110110 1000 101110 0 100 100100010 1010110 1001010

Color Harmonies of #E385F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385F6

Black with #E385F6

Text Example


Text Example

White with #E385F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385F6; }

 p { color: rgb(227,133,246); }

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

background-color css

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

 a { background-color: rgb(227,133,246); }

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

border-color css

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

 span { border-color: rgb(227,133,246); }

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