Html Css Color HEX #E74AE0 Free Speech Magenta

📋 copy color: '#E74AE0'

red 231 ◦ green 74 ◦ blue 224

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

Shades of Free Speech Magenta #E74AE0

Tints of Free Speech Magenta #E74AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 43.67%
G = 13.99%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E74AE0 (or 0xE74AE0) is known color: Free Speech Magenta. HEX triplet: E7, 4A and E0. RGB value is (231,74,224). Sum of RGB (Red+Green+Blue) = 231+74+224=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E74AE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74AE0 is #18B51F. Grayscale: #898989. Windows color (decimal): -1619232 or 14699239. OLE color: 14699239.

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

Color convert

RGB 231 74 224 -
CMYK 0 0.68 0.03 0.09
HSL 302.68º 0.77% 0.6% -
HSV(B) 302.68º 0.68% 0.91% -
XYZ 48.86 27.27 73.21 -
YUV 138.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 231 74 224 0 0.68 0.03 0.09 302.68 0.77 0.6
Hex E7 4A E0 0 44 3 9 12F 4D 3C
Octal 347 112 340 0 104 3 11 457 115 74
Binary 11100111 1001010 11100000 0 1000100 11 1001 100101111 1001101 111100

Color Harmonies of #E74AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74AE0

Black with #E74AE0

Text Example


Text Example

White with #E74AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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