Html Css Color HEX #E355D1 Free Speech Magenta

📋 copy color: '#E355D1'

red 227 ◦ green 85 ◦ blue 209

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

Shades of Free Speech Magenta #E355D1

Tints of Free Speech Magenta #E355D1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.31%

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 43.57%
G = 16.31%
B = 40.12%

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

#E355D1 (or 0xE355D1) is known color: Free Speech Magenta. HEX triplet: E3, 55 and D1. RGB value is (227,85,209). Sum of RGB (Red+Green+Blue) = 227+85+209=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E355D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355D1 is #1CAA2E. Grayscale: #8D8D8D. Windows color (decimal): -1878575 or 13719011. OLE color: 13719011.

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

Color convert

RGB 227 85 209 -
CMYK 0 0.63 0.08 0.11
HSL 307.61º 0.72% 0.61% -
HSV(B) 307.61º 0.63% 0.89% -
XYZ 46.44 27.43 63.17 -
YUV 141.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 227 85 209 0 0.63 0.08 0.11 307.61 0.72 0.61
Hex E3 55 D1 0 3F 8 B 134 48 3D
Octal 343 125 321 0 77 10 13 464 110 75
Binary 11100011 1010101 11010001 0 111111 1000 1011 100110100 1001000 111101

Color Harmonies of #E355D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355D1

Black with #E355D1

Text Example


Text Example

White with #E355D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355D1; }

 p { color: rgb(227,85,209); }

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

background-color css

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

 a { background-color: rgb(227,85,209); }

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

border-color css

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

 span { border-color: rgb(227,85,209); }

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