Html Css Color HEX #E73FFA Free Speech Magenta

📋 copy color: '#E73FFA'

red 231 ◦ green 63 ◦ blue 250

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

Shades of Free Speech Magenta #E73FFA

Tints of Free Speech Magenta #E73FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 11.58%

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

R = 42.46%
G = 11.58%
B = 45.96%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E73FFA (or 0xE73FFA) is known color: Free Speech Magenta. HEX triplet: E7, 3F and FA. RGB value is (231,63,250). Sum of RGB (Red+Green+Blue) = 231+63+250=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 63 (25% from 255 or 11.58% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #E73FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E73FFA is #18C005. Grayscale: #858585. Windows color (decimal): -1622022 or 16400359. OLE color: 16400359.

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

Color convert

RGB 231 63 250 -
CMYK 0.08 0.75 0 0.02
HSL 293.9º 0.95% 0.61% -
HSV(B) 293.9º 0.75% 0.98% -
XYZ 51.99 27.45 93 -
YUV 134.55 193.16 196.79 -
System Red Green Blue C M Y K H S L
Decimal 231 63 250 0.08 0.75 0 0.02 293.9 0.95 0.61
Hex E7 3F FA 8 4B 0 2 126 5F 3D
Octal 347 77 372 10 113 0 2 446 137 75
Binary 11100111 111111 11111010 1000 1001011 0 10 100100110 1011111 111101

Color Harmonies of #E73FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73FFA

Black with #E73FFA

Text Example


Text Example

White with #E73FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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