Html Css Color HEX #E74ED3 Free Speech Magenta

📋 copy color: '#E74ED3'

red 231 ◦ green 78 ◦ blue 211

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

Shades of Free Speech Magenta #E74ED3

Tints of Free Speech Magenta #E74ED3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15%

 BLUE value IS 211 (82.81% from 255) = 40.58%

R = 44.42%
G = 15%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E74ED3 (or 0xE74ED3) is known color: Free Speech Magenta. HEX triplet: E7, 4E and D3. RGB value is (231,78,211). Sum of RGB (Red+Green+Blue) = 231+78+211=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74ED3 is #18B12C. Grayscale: #8A8A8A. Windows color (decimal): -1618221 or 13848295. OLE color: 13848295.

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

Color convert

RGB 231 78 211 -
CMYK 0 0.66 0.09 0.09
HSL 307.84º 0.76% 0.61% -
HSV(B) 307.84º 0.66% 0.91% -
XYZ 47.44 27.14 64.37 -
YUV 138.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 231 78 211 0 0.66 0.09 0.09 307.84 0.76 0.61
Hex E7 4E D3 0 42 9 9 134 4C 3D
Octal 347 116 323 0 102 11 11 464 114 75
Binary 11100111 1001110 11010011 0 1000010 1001 1001 100110100 1001100 111101

Color Harmonies of #E74ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74ED3

Black with #E74ED3

Text Example


Text Example

White with #E74ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74ED3; }

 p { color: rgb(231,78,211); }

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

background-color css

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

 a { background-color: rgb(231,78,211); }

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

border-color css

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

 span { border-color: rgb(231,78,211); }

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