Html Css Color HEX #E645F6 Free Speech Magenta

📋 copy color: '#E645F6'

red 230 ◦ green 69 ◦ blue 246

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

Shades of Free Speech Magenta #E645F6

Tints of Free Speech Magenta #E645F6

RGB

 RED value IS 230 (90.23% from 255) = 42.2%

 GREEN value IS 69 (27.34% from 255) = 12.66%

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

R = 42.2%
G = 12.66%
B = 45.14%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E645F6 (or 0xE645F6) is known color: Free Speech Magenta. HEX triplet: E6, 45 and F6. RGB value is (230,69,246). Sum of RGB (Red+Green+Blue) = 230+69+246=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 69 (27.34% from 255 or 12.66% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #E645F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E645F6 is #19BA09. Grayscale: #888888. Windows color (decimal): -1686026 or 16139750. OLE color: 16139750.

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

Color convert

RGB 230 69 246 -
CMYK 0.07 0.72 0 0.04
HSL 294.58º 0.91% 0.62% -
HSV(B) 294.58º 0.72% 0.96% -
XYZ 51.4 27.73 89.83 -
YUV 137.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 230 69 246 0.07 0.72 0 0.04 294.58 0.91 0.62
Hex E6 45 F6 7 48 0 4 127 5B 3E
Octal 346 105 366 7 110 0 4 447 133 76
Binary 11100110 1000101 11110110 111 1001000 0 100 100100111 1011011 111110

Color Harmonies of #E645F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E645F6

Black with #E645F6

Text Example


Text Example

White with #E645F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E645F6; }

 p { color: rgb(230,69,246); }

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

background-color css

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

 a { background-color: rgb(230,69,246); }

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

border-color css

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

 span { border-color: rgb(230,69,246); }

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