Html Css Color HEX #E355DD Free Speech Magenta

📋 copy color: '#E355DD'

red 227 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #E355DD

Tints of Free Speech Magenta #E355DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 42.59%
G = 15.95%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E355DD (or 0xE355DD) is known color: Free Speech Magenta. HEX triplet: E3, 55 and DD. RGB value is (227,85,221). Sum of RGB (Red+Green+Blue) = 227+85+221=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E355DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355DD is #1CAA22. Grayscale: #8E8E8E. Windows color (decimal): -1878563 or 14505443. OLE color: 14505443.

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

Color convert

RGB 227 85 221 -
CMYK 0 0.63 0.03 0.11
HSL 302.54º 0.72% 0.61% -
HSV(B) 302.54º 0.63% 0.89% -
XYZ 47.98 28.05 71.29 -
YUV 142.96 172.04 187.94 -
System Red Green Blue C M Y K H S L
Decimal 227 85 221 0 0.63 0.03 0.11 302.54 0.72 0.61
Hex E3 55 DD 0 3F 3 B 12F 48 3D
Octal 343 125 335 0 77 3 13 457 110 75
Binary 11100011 1010101 11011101 0 111111 11 1011 100101111 1001000 111101

Color Harmonies of #E355DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355DD

Black with #E355DD

Text Example


Text Example

White with #E355DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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