Html Css Color HEX #E74DE2 Free Speech Magenta

📋 copy color: '#E74DE2'

red 231 ◦ green 77 ◦ blue 226

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

Shades of Free Speech Magenta #E74DE2

Tints of Free Speech Magenta #E74DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.32%

R = 43.26%
G = 14.42%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E74DE2 (or 0xE74DE2) is known color: Free Speech Magenta. HEX triplet: E7, 4D and E2. RGB value is (231,77,226). Sum of RGB (Red+Green+Blue) = 231+77+226=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 77 (30.47% from 255 or 14.42% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DE2 is #18B21D. Grayscale: #8B8B8B. Windows color (decimal): -1618462 or 14831079. OLE color: 14831079.

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

Color convert

RGB 231 77 226 -
CMYK 0 0.67 0.02 0.09
HSL 301.95º 0.76% 0.6% -
HSV(B) 301.95º 0.67% 0.91% -
XYZ 49.34 27.79 74.71 -
YUV 140.03 176.52 192.88 -
System Red Green Blue C M Y K H S L
Decimal 231 77 226 0 0.67 0.02 0.09 301.95 0.76 0.6
Hex E7 4D E2 0 43 2 9 12E 4C 3C
Octal 347 115 342 0 103 2 11 456 114 74
Binary 11100111 1001101 11100010 0 1000011 10 1001 100101110 1001100 111100

Color Harmonies of #E74DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74DE2

Black with #E74DE2

Text Example


Text Example

White with #E74DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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