Html Css Color HEX #E354DF Free Speech Magenta

📋 copy color: '#E354DF'

red 227 ◦ green 84 ◦ blue 223

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

Shades of Free Speech Magenta #E354DF

Tints of Free Speech Magenta #E354DF

RGB

 RED value IS 227 (89.06% from 255) = 42.51%

 GREEN value IS 84 (33.2% from 255) = 15.73%

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 42.51%
G = 15.73%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E354DF (or 0xE354DF) is known color: Free Speech Magenta. HEX triplet: E3, 54 and DF. RGB value is (227,84,223). Sum of RGB (Red+Green+Blue) = 227+84+223=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E354DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E354DF is #1CAB20. Grayscale: #8E8E8E. Windows color (decimal): -1878817 or 14636259. OLE color: 14636259.

HSL color Cylindrical-coordinate representation of color #E354DF: hue angle of 301.68º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E354DF is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 84 223 -
CMYK 0 0.63 0.02 0.11
HSL 301.68º 0.72% 0.61% -
HSV(B) 301.68º 0.63% 0.89% -
XYZ 48.17 28 72.68 -
YUV 142.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 227 84 223 0 0.63 0.02 0.11 301.68 0.72 0.61
Hex E3 54 DF 0 3F 2 B 12E 48 3D
Octal 343 124 337 0 77 2 13 456 110 75
Binary 11100011 1010100 11011111 0 111111 10 1011 100101110 1001000 111101

Color Harmonies of #E354DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E354DF

Black with #E354DF

Text Example


Text Example

White with #E354DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E354DF; }

 p { color: rgb(227,84,223); }

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

background-color css

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

 a { background-color: rgb(227,84,223); }

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

border-color css

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

 span { border-color: rgb(227,84,223); }

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