Html Css Color HEX #E74FCF Free Speech Magenta

📋 copy color: '#E74FCF'

red 231 ◦ green 79 ◦ blue 207

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

Shades of Free Speech Magenta #E74FCF

Tints of Free Speech Magenta #E74FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 44.68%
G = 15.28%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E74FCF (or 0xE74FCF) is known color: Free Speech Magenta. HEX triplet: E7, 4F and CF. RGB value is (231,79,207). Sum of RGB (Red+Green+Blue) = 231+79+207=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E74FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74FCF is #18B030. Grayscale: #8A8A8A. Windows color (decimal): -1617969 or 13586407. OLE color: 13586407.

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

Color convert

RGB 231 79 207 -
CMYK 0 0.66 0.10 0.09
HSL 309.47º 0.76% 0.61% -
HSV(B) 309.47º 0.66% 0.91% -
XYZ 47.01 27.09 61.78 -
YUV 139.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 231 79 207 0 0.66 0.10 0.09 309.47 0.76 0.61
Hex E7 4F CF 0 42 A 9 135 4C 3D
Octal 347 117 317 0 102 12 11 465 114 75
Binary 11100111 1001111 11001111 0 1000010 1010 1001 100110101 1001100 111101

Color Harmonies of #E74FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74FCF

Black with #E74FCF

Text Example


Text Example

White with #E74FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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