Html Css Color HEX #E73FD4 Free Speech Magenta

📋 copy color: '#E73FD4'

red 231 ◦ green 63 ◦ blue 212

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

Shades of Free Speech Magenta #E73FD4

Tints of Free Speech Magenta #E73FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.9%

R = 45.65%
G = 12.45%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E73FD4 (or 0xE73FD4) is known color: Free Speech Magenta. HEX triplet: E7, 3F and D4. RGB value is (231,63,212). Sum of RGB (Red+Green+Blue) = 231+63+212=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E73FD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73FD4 is #18C02B. Grayscale: #818181. Windows color (decimal): -1622060 or 13909991. OLE color: 13909991.

HSL color Cylindrical-coordinate representation of color #E73FD4: hue angle of 306.79º 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 #E73FD4 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 63 212 -
CMYK 0 0.73 0.08 0.09
HSL 306.79º 0.78% 0.58% -
HSV(B) 306.79º 0.73% 0.91% -
XYZ 46.62 25.3 64.71 -
YUV 130.22 174.16 199.88 -
System Red Green Blue C M Y K H S L
Decimal 231 63 212 0 0.73 0.08 0.09 306.79 0.78 0.58
Hex E7 3F D4 0 49 8 9 133 4E 3A
Octal 347 77 324 0 111 10 11 463 116 72
Binary 11100111 111111 11010100 0 1001001 1000 1001 100110011 1001110 111010

Color Harmonies of #E73FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73FD4

Black with #E73FD4

Text Example


Text Example

White with #E73FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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