Html Css Color HEX #E445F9 Free Speech Magenta

📋 copy color: '#E445F9'

red 228 ◦ green 69 ◦ blue 249

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

Shades of Free Speech Magenta #E445F9

Tints of Free Speech Magenta #E445F9

RGB

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

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

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

R = 41.76%
G = 12.64%
B = 45.6%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E445F9 (or 0xE445F9) is known color: Free Speech Magenta. HEX triplet: E4, 45 and F9. RGB value is (228,69,249). Sum of RGB (Red+Green+Blue) = 228+69+249=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 69 (27.34% from 255 or 12.64% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #E445F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E445F9 is #1BBA06. Grayscale: #888888. Windows color (decimal): -1817095 or 16336356. OLE color: 16336356.

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

Color convert

RGB 228 69 249 -
CMYK 0.08 0.72 0 0.02
HSL 293º 0.94% 0.62% -
HSV(B) 293º 0.72% 0.98% -
XYZ 51.22 27.59 92.25 -
YUV 137.06 191.18 192.86 -
System Red Green Blue C M Y K H S L
Decimal 228 69 249 0.08 0.72 0 0.02 293 0.94 0.62
Hex E4 45 F9 8 48 0 2 125 5E 3E
Octal 344 105 371 10 110 0 2 445 136 76
Binary 11100100 1000101 11111001 1000 1001000 0 10 100100101 1011110 111110

Color Harmonies of #E445F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E445F9

Black with #E445F9

Text Example


Text Example

White with #E445F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E445F9; }

 p { color: rgb(228,69,249); }

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

background-color css

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

 a { background-color: rgb(228,69,249); }

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

border-color css

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

 span { border-color: rgb(228,69,249); }

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