Html Css Color HEX #E740E2 Free Speech Magenta

📋 copy color: '#E740E2'

red 231 ◦ green 64 ◦ blue 226

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

Shades of Free Speech Magenta #E740E2

Tints of Free Speech Magenta #E740E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.38%

R = 44.34%
G = 12.28%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E740E2 (or 0xE740E2) is known color: Free Speech Magenta. HEX triplet: E7, 40 and E2. RGB value is (231,64,226). Sum of RGB (Red+Green+Blue) = 231+64+226=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E740E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740E2 is #18BF1D. Grayscale: #838383. Windows color (decimal): -1621790 or 14827751. OLE color: 14827751.

HSL color Cylindrical-coordinate representation of color #E740E2: hue angle of 301.8º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E740E2 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 226 -
CMYK 0 0.72 0.02 0.09
HSL 301.8º 0.78% 0.58% -
HSV(B) 301.8º 0.72% 0.91% -
XYZ 48.52 26.15 74.44 -
YUV 132.4 180.83 198.33 -
System Red Green Blue C M Y K H S L
Decimal 231 64 226 0 0.72 0.02 0.09 301.8 0.78 0.58
Hex E7 40 E2 0 48 2 9 12E 4E 3A
Octal 347 100 342 0 110 2 11 456 116 72
Binary 11100111 1000000 11100010 0 1001000 10 1001 100101110 1001110 111010

Color Harmonies of #E740E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740E2

Black with #E740E2

Text Example


Text Example

White with #E740E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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