Html Css Color HEX #E246FA Free Speech Magenta

📋 copy color: '#E246FA'

red 226 ◦ green 70 ◦ blue 250

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

Shades of Free Speech Magenta #E246FA

Tints of Free Speech Magenta #E246FA

RGB

 RED value IS 226 (88.67% from 255) = 41.39%

 GREEN value IS 70 (27.73% from 255) = 12.82%

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 41.39%
G = 12.82%
B = 45.79%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E246FA (or 0xE246FA) is known color: Free Speech Magenta. HEX triplet: E2, 46 and FA. RGB value is (226,70,250). Sum of RGB (Red+Green+Blue) = 226+70+250=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 70 (27.73% from 255 or 12.82% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #E246FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E246FA is #1DB905. Grayscale: #888888. Windows color (decimal): -1947910 or 16402146. OLE color: 16402146.

HSL color Cylindrical-coordinate representation of color #E246FA: hue angle of 292º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E246FA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 70 250 -
CMYK 0.10 0.72 0 0.02
HSL 292º 0.95% 0.63% -
HSV(B) 292º 0.72% 0.98% -
XYZ 50.81 27.45 93.06 -
YUV 137.16 191.68 191.36 -
System Red Green Blue C M Y K H S L
Decimal 226 70 250 0.10 0.72 0 0.02 292 0.95 0.63
Hex E2 46 FA A 48 0 2 124 5F 3F
Octal 342 106 372 12 110 0 2 444 137 77
Binary 11100010 1000110 11111010 1010 1001000 0 10 100100100 1011111 111111

Color Harmonies of #E246FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E246FA

Black with #E246FA

Text Example


Text Example

White with #E246FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E246FA; }

 p { color: rgb(226,70,250); }

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

background-color css

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

 a { background-color: rgb(226,70,250); }

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

border-color css

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

 span { border-color: rgb(226,70,250); }

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