Html Css Color HEX #E353D8 Free Speech Magenta

📋 copy color: '#E353D8'

red 227 ◦ green 83 ◦ blue 216

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

Shades of Free Speech Magenta #E353D8

Tints of Free Speech Magenta #E353D8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.78%

 BLUE value IS 216 (84.77% from 255) = 41.06%

R = 43.16%
G = 15.78%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E353D8 (or 0xE353D8) is known color: Free Speech Magenta. HEX triplet: E3, 53 and D8. RGB value is (227,83,216). Sum of RGB (Red+Green+Blue) = 227+83+216=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E353D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353D8 is #1CAC27. Grayscale: #8C8C8C. Windows color (decimal): -1879080 or 14177251. OLE color: 14177251.

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

Color convert

RGB 227 83 216 -
CMYK 0 0.63 0.05 0.11
HSL 304.58º 0.72% 0.61% -
HSV(B) 304.58º 0.63% 0.89% -
XYZ 47.17 27.48 67.78 -
YUV 141.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 227 83 216 0 0.63 0.05 0.11 304.58 0.72 0.61
Hex E3 53 D8 0 3F 5 B 131 48 3D
Octal 343 123 330 0 77 5 13 461 110 75
Binary 11100011 1010011 11011000 0 111111 101 1011 100110001 1001000 111101

Color Harmonies of #E353D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E353D8

Black with #E353D8

Text Example


Text Example

White with #E353D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E353D8; }

 p { color: rgb(227,83,216); }

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

background-color css

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

 a { background-color: rgb(227,83,216); }

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

border-color css

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

 span { border-color: rgb(227,83,216); }

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