Html Css Color HEX #E131EF Free Speech Magenta

📋 copy color: '#E131EF'

red 225 ◦ green 49 ◦ blue 239

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

Shades of Free Speech Magenta #E131EF

Tints of Free Speech Magenta #E131EF

RGB

 RED value IS 225 (88.28% from 255) = 43.86%

 GREEN value IS 49 (19.53% from 255) = 9.55%

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 43.86%
G = 9.55%
B = 46.59%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E131EF (or 0xE131EF) is known color: Free Speech Magenta. HEX triplet: E1, 31 and EF. RGB value is (225,49,239). Sum of RGB (Red+Green+Blue) = 225+49+239=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 49 (19.53% from 255 or 9.55% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #E131EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E131EF is #1ECE10. Grayscale: #7A7A7A. Windows color (decimal): -2018833 or 15675873. OLE color: 15675873.

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

Color convert

RGB 225 49 239 -
CMYK 0.06 0.79 0 0.06
HSL 295.58º 0.86% 0.56% -
HSV(B) 295.58º 0.79% 0.94% -
XYZ 47.73 24.44 83.86 -
YUV 123.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 225 49 239 0.06 0.79 0 0.06 295.58 0.86 0.56
Hex E1 31 EF 6 4F 0 6 128 56 38
Octal 341 61 357 6 117 0 6 450 126 70
Binary 11100001 110001 11101111 110 1001111 0 110 100101000 1010110 111000

Color Harmonies of #E131EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131EF

Black with #E131EF

Text Example


Text Example

White with #E131EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131EF; }

 p { color: rgb(225,49,239); }

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

background-color css

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

 a { background-color: rgb(225,49,239); }

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

border-color css

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

 span { border-color: rgb(225,49,239); }

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