Html Css Color HEX #E74ACD Free Speech Magenta

📋 copy color: '#E74ACD'

red 231 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Magenta #E74ACD

Tints of Free Speech Magenta #E74ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.51%

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

R = 45.29%
G = 14.51%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E74ACD (or 0xE74ACD) is known color: Free Speech Magenta. HEX triplet: E7, 4A and CD. RGB value is (231,74,205). Sum of RGB (Red+Green+Blue) = 231+74+205=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74ACD is #18B532. Grayscale: #878787. Windows color (decimal): -1619251 or 13454055. OLE color: 13454055.

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

Color convert

RGB 231 74 205 -
CMYK 0 0.68 0.11 0.09
HSL 309.94º 0.77% 0.6% -
HSV(B) 309.94º 0.68% 0.91% -
XYZ 46.42 26.29 60.39 -
YUV 135.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 231 74 205 0 0.68 0.11 0.09 309.94 0.77 0.6
Hex E7 4A CD 0 44 B 9 136 4D 3C
Octal 347 112 315 0 104 13 11 466 115 74
Binary 11100111 1001010 11001101 0 1000100 1011 1001 100110110 1001101 111100

Color Harmonies of #E74ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74ACD

Black with #E74ACD

Text Example


Text Example

White with #E74ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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