Html Css Color HEX #E73CFA Free Speech Magenta

📋 copy color: '#E73CFA'

red 231 ◦ green 60 ◦ blue 250

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

Shades of Free Speech Magenta #E73CFA

Tints of Free Speech Magenta #E73CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.09%

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

R = 42.7%
G = 11.09%
B = 46.21%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E73CFA (or 0xE73CFA) is known color: Free Speech Magenta. HEX triplet: E7, 3C and FA. RGB value is (231,60,250). Sum of RGB (Red+Green+Blue) = 231+60+250=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 60 (23.83% from 255 or 11.09% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #E73CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E73CFA is #18C305. Grayscale: #848484. Windows color (decimal): -1622790 or 16399591. OLE color: 16399591.

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

Color convert

RGB 231 60 250 -
CMYK 0.08 0.76 0 0.02
HSL 294º 0.95% 0.61% -
HSV(B) 294º 0.76% 0.98% -
XYZ 51.83 27.12 92.95 -
YUV 132.79 194.15 198.05 -
System Red Green Blue C M Y K H S L
Decimal 231 60 250 0.08 0.76 0 0.02 294 0.95 0.61
Hex E7 3C FA 8 4C 0 2 126 5F 3D
Octal 347 74 372 10 114 0 2 446 137 75
Binary 11100111 111100 11111010 1000 1001100 0 10 100100110 1011111 111101

Color Harmonies of #E73CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73CFA

Black with #E73CFA

Text Example


Text Example

White with #E73CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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