Html Css Color HEX #E641F9 Free Speech Magenta

📋 copy color: '#E641F9'

red 230 ◦ green 65 ◦ blue 249

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

Shades of Free Speech Magenta #E641F9

Tints of Free Speech Magenta #E641F9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.95%

 BLUE value IS 249 (97.66% from 255) = 45.77%

R = 42.28%
G = 11.95%
B = 45.77%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E641F9 (or 0xE641F9) is known color: Free Speech Magenta. HEX triplet: E6, 41 and F9. RGB value is (230,65,249). Sum of RGB (Red+Green+Blue) = 230+65+249=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 65 (25.78% from 255 or 11.95% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #E641F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E641F9 is #19BE06. Grayscale: #868686. Windows color (decimal): -1687047 or 16335334. OLE color: 16335334.

HSL color Cylindrical-coordinate representation of color #E641F9: hue angle of 293.8º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E641F9 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 65 249 -
CMYK 0.08 0.74 0 0.02
HSL 293.8º 0.94% 0.62% -
HSV(B) 293.8º 0.74% 0.98% -
XYZ 51.62 27.44 92.2 -
YUV 135.31 192.16 195.54 -
System Red Green Blue C M Y K H S L
Decimal 230 65 249 0.08 0.74 0 0.02 293.8 0.94 0.62
Hex E6 41 F9 8 4A 0 2 126 5E 3E
Octal 346 101 371 10 112 0 2 446 136 76
Binary 11100110 1000001 11111001 1000 1001010 0 10 100100110 1011110 111110

Color Harmonies of #E641F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E641F9

Black with #E641F9

Text Example


Text Example

White with #E641F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E641F9; }

 p { color: rgb(230,65,249); }

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

background-color css

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

 a { background-color: rgb(230,65,249); }

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

border-color css

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

 span { border-color: rgb(230,65,249); }

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