Html Css Color HEX #E385EF Violet

📋 copy color: '#E385EF'

red 227 ◦ green 133 ◦ blue 239

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

Shades of Violet #E385EF

Tints of Violet #E385EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.9%

R = 37.9%
G = 22.2%
B = 39.9%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E385EF (or 0xE385EF) is known color: Violet. HEX triplet: E3, 85 and EF. RGB value is (227,133,239). Sum of RGB (Red+Green+Blue) = 227+133+239=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #E385EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E385EF is #1C7A10. Grayscale: #ACACAC. Windows color (decimal): -1866257 or 15697379. OLE color: 15697379.

HSL color Cylindrical-coordinate representation of color #E385EF: hue angle of 293.21º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E385EF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 227 133 239 -
CMYK 0.05 0.44 0 0.06
HSL 293.21º 0.77% 0.73% -
HSV(B) 293.21º 0.44% 0.94% -
XYZ 55.65 39.34 86.32 -
YUV 173.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 227 133 239 0.05 0.44 0 0.06 293.21 0.77 0.73
Hex E3 85 EF 5 2C 0 6 125 4D 49
Octal 343 205 357 5 54 0 6 445 115 111
Binary 11100011 10000101 11101111 101 101100 0 110 100100101 1001101 1001001

Color Harmonies of #E385EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385EF

Black with #E385EF

Text Example


Text Example

White with #E385EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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