Html Css Color HEX #E250F0 Free Speech Magenta

📋 copy color: '#E250F0'

red 226 ◦ green 80 ◦ blue 240

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

Shades of Free Speech Magenta #E250F0

Tints of Free Speech Magenta #E250F0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.65%

 BLUE value IS 240 (94.14% from 255) = 43.96%

R = 41.39%
G = 14.65%
B = 43.96%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E250F0 (or 0xE250F0) is known color: Free Speech Magenta. HEX triplet: E2, 50 and F0. RGB value is (226,80,240). Sum of RGB (Red+Green+Blue) = 226+80+240=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 80 (31.64% from 255 or 14.65% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #E250F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250F0 is #1DAF0F. Grayscale: #8D8D8D. Windows color (decimal): -1945360 or 15749346. OLE color: 15749346.

HSL color Cylindrical-coordinate representation of color #E250F0: hue angle of 294.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E250F0 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 80 240 -
CMYK 0.06 0.67 0 0.06
HSL 294.75º 0.84% 0.63% -
HSV(B) 294.75º 0.67% 0.94% -
XYZ 49.96 28.2 85.25 -
YUV 141.89 183.37 187.99 -
System Red Green Blue C M Y K H S L
Decimal 226 80 240 0.06 0.67 0 0.06 294.75 0.84 0.63
Hex E2 50 F0 6 43 0 6 127 54 3F
Octal 342 120 360 6 103 0 6 447 124 77
Binary 11100010 1010000 11110000 110 1000011 0 110 100100111 1010100 111111

Color Harmonies of #E250F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250F0

Black with #E250F0

Text Example


Text Example

White with #E250F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250F0; }

 p { color: rgb(226,80,240); }

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

background-color css

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

 a { background-color: rgb(226,80,240); }

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

border-color css

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

 span { border-color: rgb(226,80,240); }

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