Html Css Color HEX #E74FC2 Free Speech Magenta

📋 copy color: '#E74FC2'

red 231 ◦ green 79 ◦ blue 194

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

Shades of Free Speech Magenta #E74FC2

Tints of Free Speech Magenta #E74FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 45.83%
G = 15.67%
B = 38.49%

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

#E74FC2 (or 0xE74FC2) is known color: Free Speech Magenta. HEX triplet: E7, 4F and C2. RGB value is (231,79,194). Sum of RGB (Red+Green+Blue) = 231+79+194=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E74FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74FC2 is #18B03D. Grayscale: #898989. Windows color (decimal): -1617982 or 12734439. OLE color: 12734439.

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

Color convert

RGB 231 79 194 -
CMYK 0 0.66 0.16 0.09
HSL 314.61º 0.76% 0.61% -
HSV(B) 314.61º 0.66% 0.91% -
XYZ 45.49 26.48 53.75 -
YUV 137.56 159.86 194.65 -
System Red Green Blue C M Y K H S L
Decimal 231 79 194 0 0.66 0.16 0.09 314.61 0.76 0.61
Hex E7 4F C2 0 42 10 9 13B 4C 3D
Octal 347 117 302 0 102 20 11 473 114 75
Binary 11100111 1001111 11000010 0 1000010 10000 1001 100111011 1001100 111101

Color Harmonies of #E74FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74FC2

Black with #E74FC2

Text Example


Text Example

White with #E74FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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