Html Css Color HEX #E74ED8 Free Speech Magenta

📋 copy color: '#E74ED8'

red 231 ◦ green 78 ◦ blue 216

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

Shades of Free Speech Magenta #E74ED8

Tints of Free Speech Magenta #E74ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.14%

R = 44%
G = 14.86%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E74ED8 (or 0xE74ED8) is known color: Free Speech Magenta. HEX triplet: E7, 4E and D8. RGB value is (231,78,216). Sum of RGB (Red+Green+Blue) = 231+78+216=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74ED8 is #18B127. Grayscale: #8B8B8B. Windows color (decimal): -1618216 or 14175975. OLE color: 14175975.

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

Color convert

RGB 231 78 216 -
CMYK 0 0.66 0.06 0.09
HSL 305.88º 0.76% 0.61% -
HSV(B) 305.88º 0.66% 0.91% -
XYZ 48.07 27.4 67.72 -
YUV 139.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 231 78 216 0 0.66 0.06 0.09 305.88 0.76 0.61
Hex E7 4E D8 0 42 6 9 132 4C 3D
Octal 347 116 330 0 102 6 11 462 114 75
Binary 11100111 1001110 11011000 0 1000010 110 1001 100110010 1001100 111101

Color Harmonies of #E74ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74ED8

Black with #E74ED8

Text Example


Text Example

White with #E74ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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