Html Css Color HEX #E740EF Free Speech Magenta

📋 copy color: '#E740EF'

red 231 ◦ green 64 ◦ blue 239

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

Shades of Free Speech Magenta #E740EF

Tints of Free Speech Magenta #E740EF

RGB

 RED value IS 231 (90.63% from 255) = 43.26%

 GREEN value IS 64 (25.39% from 255) = 11.99%

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

R = 43.26%
G = 11.99%
B = 44.76%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E740EF (or 0xE740EF) is known color: Free Speech Magenta. HEX triplet: E7, 40 and EF. RGB value is (231,64,239). Sum of RGB (Red+Green+Blue) = 231+64+239=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 64 (25.39% from 255 or 11.99% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #E740EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E740EF is #18BF10. Grayscale: #858585. Windows color (decimal): -1621777 or 15679719. OLE color: 15679719.

HSL color Cylindrical-coordinate representation of color #E740EF: hue angle of 297.26º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E740EF is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 64 239 -
CMYK 0.03 0.73 0 0.06
HSL 297.26º 0.85% 0.59% -
HSV(B) 297.26º 0.73% 0.94% -
XYZ 50.37 26.89 84.2 -
YUV 133.88 187.33 197.27 -
System Red Green Blue C M Y K H S L
Decimal 231 64 239 0.03 0.73 0 0.06 297.26 0.85 0.59
Hex E7 40 EF 3 49 0 6 129 55 3B
Octal 347 100 357 3 111 0 6 451 125 73
Binary 11100111 1000000 11101111 11 1001001 0 110 100101001 1010101 111011

Color Harmonies of #E740EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740EF

Black with #E740EF

Text Example


Text Example

White with #E740EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740EF; }

 p { color: rgb(231,64,239); }

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

background-color css

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

 a { background-color: rgb(231,64,239); }

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

border-color css

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

 span { border-color: rgb(231,64,239); }

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