Html Css Color HEX #E73FDA Free Speech Magenta

📋 copy color: '#E73FDA'

red 231 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Magenta #E73FDA

Tints of Free Speech Magenta #E73FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 45.12%
G = 12.3%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E73FDA (or 0xE73FDA) is known color: Free Speech Magenta. HEX triplet: E7, 3F and DA. RGB value is (231,63,218). Sum of RGB (Red+Green+Blue) = 231+63+218=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E73FDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73FDA is #18C025. Grayscale: #828282. Windows color (decimal): -1622054 or 14303207. OLE color: 14303207.

HSL color Cylindrical-coordinate representation of color #E73FDA: hue angle of 304.64º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73FDA is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 63 218 -
CMYK 0 0.73 0.06 0.09
HSL 304.64º 0.78% 0.58% -
HSV(B) 304.64º 0.73% 0.91% -
XYZ 47.39 25.61 68.77 -
YUV 130.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 231 63 218 0 0.73 0.06 0.09 304.64 0.78 0.58
Hex E7 3F DA 0 49 6 9 131 4E 3A
Octal 347 77 332 0 111 6 11 461 116 72
Binary 11100111 111111 11011010 0 1001001 110 1001 100110001 1001110 111010

Color Harmonies of #E73FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73FDA

Black with #E73FDA

Text Example


Text Example

White with #E73FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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