Html Css Color HEX #E74FD1 Free Speech Magenta

📋 copy color: '#E74FD1'

red 231 ◦ green 79 ◦ blue 209

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

Shades of Free Speech Magenta #E74FD1

Tints of Free Speech Magenta #E74FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 44.51%
G = 15.22%
B = 40.27%

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

#E74FD1 (or 0xE74FD1) is known color: Free Speech Magenta. HEX triplet: E7, 4F and D1. RGB value is (231,79,209). Sum of RGB (Red+Green+Blue) = 231+79+209=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E74FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74FD1 is #18B02E. Grayscale: #8A8A8A. Windows color (decimal): -1617967 or 13717479. OLE color: 13717479.

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

Color convert

RGB 231 79 209 -
CMYK 0 0.66 0.10 0.09
HSL 308.68º 0.76% 0.61% -
HSV(B) 308.68º 0.66% 0.91% -
XYZ 47.26 27.18 63.08 -
YUV 139.27 167.36 193.43 -
System Red Green Blue C M Y K H S L
Decimal 231 79 209 0 0.66 0.10 0.09 308.68 0.76 0.61
Hex E7 4F D1 0 42 A 9 135 4C 3D
Octal 347 117 321 0 102 12 11 465 114 75
Binary 11100111 1001111 11010001 0 1000010 1010 1001 100110101 1001100 111101

Color Harmonies of #E74FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74FD1

Black with #E74FD1

Text Example


Text Example

White with #E74FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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