Html Css Color HEX #E355D0 Free Speech Magenta

📋 copy color: '#E355D0'

red 227 ◦ green 85 ◦ blue 208

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

Shades of Free Speech Magenta #E355D0

Tints of Free Speech Magenta #E355D0

RGB

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

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

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

R = 43.65%
G = 16.35%
B = 40%

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

#E355D0 (or 0xE355D0) is known color: Free Speech Magenta. HEX triplet: E3, 55 and D0. RGB value is (227,85,208). Sum of RGB (Red+Green+Blue) = 227+85+208=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E355D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355D0 is #1CAA2F. Grayscale: #8D8D8D. Windows color (decimal): -1878576 or 13653475. OLE color: 13653475.

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

Color convert

RGB 227 85 208 -
CMYK 0 0.63 0.08 0.11
HSL 308.03º 0.72% 0.61% -
HSV(B) 308.03º 0.63% 0.89% -
XYZ 46.31 27.38 62.52 -
YUV 141.48 165.54 189 -
System Red Green Blue C M Y K H S L
Decimal 227 85 208 0 0.63 0.08 0.11 308.03 0.72 0.61
Hex E3 55 D0 0 3F 8 B 134 48 3D
Octal 343 125 320 0 77 10 13 464 110 75
Binary 11100011 1010101 11010000 0 111111 1000 1011 100110100 1001000 111101

Color Harmonies of #E355D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355D0

Black with #E355D0

Text Example


Text Example

White with #E355D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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