Html Css Color HEX #E355D5 Free Speech Magenta

📋 copy color: '#E355D5'

red 227 ◦ green 85 ◦ blue 213

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

Shades of Free Speech Magenta #E355D5

Tints of Free Speech Magenta #E355D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 43.24%
G = 16.19%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E355D5 (or 0xE355D5) is known color: Free Speech Magenta. HEX triplet: E3, 55 and D5. RGB value is (227,85,213). Sum of RGB (Red+Green+Blue) = 227+85+213=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E355D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355D5 is #1CAA2A. Grayscale: #8D8D8D. Windows color (decimal): -1878571 or 13981155. OLE color: 13981155.

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

Color convert

RGB 227 85 213 -
CMYK 0 0.63 0.06 0.11
HSL 305.92º 0.72% 0.61% -
HSV(B) 305.92º 0.63% 0.89% -
XYZ 46.94 27.63 65.81 -
YUV 142.05 168.04 188.59 -
System Red Green Blue C M Y K H S L
Decimal 227 85 213 0 0.63 0.06 0.11 305.92 0.72 0.61
Hex E3 55 D5 0 3F 6 B 132 48 3D
Octal 343 125 325 0 77 6 13 462 110 75
Binary 11100011 1010101 11010101 0 111111 110 1011 100110010 1001000 111101

Color Harmonies of #E355D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355D5

Black with #E355D5

Text Example


Text Example

White with #E355D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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