Html Css Color HEX #E74FC1 Free Speech Magenta

📋 copy color: '#E74FC1'

red 231 ◦ green 79 ◦ blue 193

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

Shades of Free Speech Magenta #E74FC1

Tints of Free Speech Magenta #E74FC1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.71%

 BLUE value IS 193 (75.78% from 255) = 38.37%

R = 45.92%
G = 15.71%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E74FC1 (or 0xE74FC1) is known color: Free Speech Magenta. HEX triplet: E7, 4F and C1. RGB value is (231,79,193). Sum of RGB (Red+Green+Blue) = 231+79+193=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E74FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74FC1 is #18B03E. Grayscale: #898989. Windows color (decimal): -1617983 or 12668903. OLE color: 12668903.

HSL color Cylindrical-coordinate representation of color #E74FC1: hue angle of 315º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74FC1 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 79 193 -
CMYK 0 0.66 0.16 0.09
HSL 315º 0.76% 0.61% -
HSV(B) 315º 0.66% 0.91% -
XYZ 45.38 26.43 53.16 -
YUV 137.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 231 79 193 0 0.66 0.16 0.09 315 0.76 0.61
Hex E7 4F C1 0 42 10 9 13B 4C 3D
Octal 347 117 301 0 102 20 11 473 114 75
Binary 11100111 1001111 11000001 0 1000010 10000 1001 100111011 1001100 111101

Color Harmonies of #E74FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74FC1

Black with #E74FC1

Text Example


Text Example

White with #E74FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74FC1; }

 p { color: rgb(231,79,193); }

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

background-color css

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

 a { background-color: rgb(231,79,193); }

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

border-color css

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

 span { border-color: rgb(231,79,193); }

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