Html Css Color HEX #E740E0 Free Speech Magenta

📋 copy color: '#E740E0'

red 231 ◦ green 64 ◦ blue 224

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

Shades of Free Speech Magenta #E740E0

Tints of Free Speech Magenta #E740E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 44.51%
G = 12.33%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E740E0 (or 0xE740E0) is known color: Free Speech Magenta. HEX triplet: E7, 40 and E0. RGB value is (231,64,224). Sum of RGB (Red+Green+Blue) = 231+64+224=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E740E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740E0 is #18BF1F. Grayscale: #838383. Windows color (decimal): -1621792 or 14696679. OLE color: 14696679.

HSL color Cylindrical-coordinate representation of color #E740E0: hue angle of 302.51º 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 #E740E0 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 224 -
CMYK 0 0.72 0.03 0.09
HSL 302.52º 0.78% 0.58% -
HSV(B) 302.52º 0.72% 0.91% -
XYZ 48.24 26.04 73 -
YUV 132.17 179.83 198.49 -
System Red Green Blue C M Y K H S L
Decimal 231 64 224 0 0.72 0.03 0.09 302.52 0.78 0.58
Hex E7 40 E0 0 48 3 9 12F 4E 3A
Octal 347 100 340 0 110 3 11 457 116 72
Binary 11100111 1000000 11100000 0 1001000 11 1001 100101111 1001110 111010

Color Harmonies of #E740E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740E0

Black with #E740E0

Text Example


Text Example

White with #E740E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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