Html Css Color HEX #E759F2 Free Speech Magenta

📋 copy color: '#E759F2'

red 231 ◦ green 89 ◦ blue 242

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

Shades of Free Speech Magenta #E759F2

Tints of Free Speech Magenta #E759F2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.84%

 BLUE value IS 242 (94.92% from 255) = 43.06%

R = 41.1%
G = 15.84%
B = 43.06%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E759F2 (or 0xE759F2) is known color: Free Speech Magenta. HEX triplet: E7, 59 and F2. RGB value is (231,89,242). Sum of RGB (Red+Green+Blue) = 231+89+242=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 89 (35.16% from 255 or 15.84% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #E759F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E759F2 is #18A60D. Grayscale: #949494. Windows color (decimal): -1615374 or 15882727. OLE color: 15882727.

HSL color Cylindrical-coordinate representation of color #E759F2: hue angle of 295.69º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E759F2 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 89 242 -
CMYK 0.05 0.63 0 0.05
HSL 295.69º 0.85% 0.65% -
HSV(B) 295.69º 0.63% 0.95% -
XYZ 52.55 30.54 87.13 -
YUV 148.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 231 89 242 0.05 0.63 0 0.05 295.69 0.85 0.65
Hex E7 59 F2 5 3F 0 5 128 55 41
Octal 347 131 362 5 77 0 5 450 125 101
Binary 11100111 1011001 11110010 101 111111 0 101 100101000 1010101 1000001

Color Harmonies of #E759F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E759F2

Black with #E759F2

Text Example


Text Example

White with #E759F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E759F2; }

 p { color: rgb(231,89,242); }

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

background-color css

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

 a { background-color: rgb(231,89,242); }

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

border-color css

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

 span { border-color: rgb(231,89,242); }

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