Html Css Color HEX #E739FA Free Speech Magenta

📋 copy color: '#E739FA'

red 231 ◦ green 57 ◦ blue 250

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

Shades of Free Speech Magenta #E739FA

Tints of Free Speech Magenta #E739FA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 10.59%

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 42.94%
G = 10.59%
B = 46.47%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E739FA (or 0xE739FA) is known color: Free Speech Magenta. HEX triplet: E7, 39 and FA. RGB value is (231,57,250). Sum of RGB (Red+Green+Blue) = 231+57+250=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 57 (22.66% from 255 or 10.59% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #E739FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E739FA is #18C605. Grayscale: #828282. Windows color (decimal): -1623558 or 16398823. OLE color: 16398823.

HSL color Cylindrical-coordinate representation of color #E739FA: hue angle of 294.09º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E739FA is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 57 250 -
CMYK 0.08 0.77 0 0.02
HSL 294.09º 0.95% 0.6% -
HSV(B) 294.09º 0.77% 0.98% -
XYZ 51.67 26.82 92.9 -
YUV 131.03 195.15 199.31 -
System Red Green Blue C M Y K H S L
Decimal 231 57 250 0.08 0.77 0 0.02 294.09 0.95 0.6
Hex E7 39 FA 8 4D 0 2 126 5F 3C
Octal 347 71 372 10 115 0 2 446 137 74
Binary 11100111 111001 11111010 1000 1001101 0 10 100100110 1011111 111100

Color Harmonies of #E739FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E739FA

Black with #E739FA

Text Example


Text Example

White with #E739FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E739FA; }

 p { color: rgb(231,57,250); }

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

background-color css

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

 a { background-color: rgb(231,57,250); }

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

border-color css

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

 span { border-color: rgb(231,57,250); }

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