Html Css Color HEX #E74DCD Free Speech Magenta

📋 copy color: '#E74DCD'

red 231 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Magenta #E74DCD

Tints of Free Speech Magenta #E74DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.01%

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 45.03%
G = 15.01%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E74DCD (or 0xE74DCD) is known color: Free Speech Magenta. HEX triplet: E7, 4D and CD. RGB value is (231,77,205). Sum of RGB (Red+Green+Blue) = 231+77+205=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DCD is #18B232. Grayscale: #898989. Windows color (decimal): -1618483 or 13454823. OLE color: 13454823.

HSL color Cylindrical-coordinate representation of color #E74DCD: hue angle of 310.13º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74DCD is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 77 205 -
CMYK 0 0.67 0.11 0.09
HSL 310.13º 0.76% 0.6% -
HSV(B) 310.13º 0.67% 0.91% -
XYZ 46.63 26.7 60.45 -
YUV 137.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 231 77 205 0 0.67 0.11 0.09 310.13 0.76 0.6
Hex E7 4D CD 0 43 B 9 136 4C 3C
Octal 347 115 315 0 103 13 11 466 114 74
Binary 11100111 1001101 11001101 0 1000011 1011 1001 100110110 1001100 111100

Color Harmonies of #E74DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74DCD

Black with #E74DCD

Text Example


Text Example

White with #E74DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74DCD; }

 p { color: rgb(231,77,205); }

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

background-color css

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

 a { background-color: rgb(231,77,205); }

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

border-color css

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

 span { border-color: rgb(231,77,205); }

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