Html Css Color HEX #E354D0 Free Speech Magenta

📋 copy color: '#E354D0'

red 227 ◦ green 84 ◦ blue 208

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

Shades of Free Speech Magenta #E354D0

Tints of Free Speech Magenta #E354D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 43.74%
G = 16.18%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E354D0 (or 0xE354D0) is known color: Free Speech Magenta. HEX triplet: E3, 54 and D0. RGB value is (227,84,208). Sum of RGB (Red+Green+Blue) = 227+84+208=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E354D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E354D0 is #1CAB2F. Grayscale: #8C8C8C. Windows color (decimal): -1878832 or 13653219. OLE color: 13653219.

HSL color Cylindrical-coordinate representation of color #E354D0: hue angle of 307.97º 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 #E354D0 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 84 208 -
CMYK 0 0.63 0.08 0.11
HSL 307.97º 0.72% 0.61% -
HSV(B) 307.97º 0.63% 0.89% -
XYZ 46.23 27.23 62.49 -
YUV 140.89 165.88 189.42 -
System Red Green Blue C M Y K H S L
Decimal 227 84 208 0 0.63 0.08 0.11 307.97 0.72 0.61
Hex E3 54 D0 0 3F 8 B 134 48 3D
Octal 343 124 320 0 77 10 13 464 110 75
Binary 11100011 1010100 11010000 0 111111 1000 1011 100110100 1001000 111101

Color Harmonies of #E354D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E354D0

Black with #E354D0

Text Example


Text Example

White with #E354D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E354D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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