Html Css Color HEX #E485F6 Violet

📋 copy color: '#E485F6'

red 228 ◦ green 133 ◦ blue 246

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

Shades of Violet #E485F6

Tints of Violet #E485F6

RGB

 RED value IS 228 (89.45% from 255) = 37.56%

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

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

R = 37.56%
G = 21.91%
B = 40.53%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E485F6 (or 0xE485F6) is known color: Violet. HEX triplet: E4, 85 and F6. RGB value is (228,133,246). Sum of RGB (Red+Green+Blue) = 228+133+246=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #E485F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485F6 is #1B7A09. Grayscale: #ADADAD. Windows color (decimal): -1800714 or 16156132. OLE color: 16156132.

HSL color Cylindrical-coordinate representation of color #E485F6: hue angle of 290.44º 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 #E485F6 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 228 133 246 -
CMYK 0.07 0.46 0 0.04
HSL 290.44º 0.86% 0.74% -
HSV(B) 290.44º 0.46% 0.96% -
XYZ 57.02 39.92 91.89 -
YUV 174.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 228 133 246 0.07 0.46 0 0.04 290.44 0.86 0.74
Hex E4 85 F6 7 2E 0 4 122 56 4A
Octal 344 205 366 7 56 0 4 442 126 112
Binary 11100100 10000101 11110110 111 101110 0 100 100100010 1010110 1001010

Color Harmonies of #E485F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E485F6

Black with #E485F6

Text Example


Text Example

White with #E485F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E485F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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