Html Css Color HEX #E359DD Free Speech Magenta

📋 copy color: '#E359DD'

red 227 ◦ green 89 ◦ blue 221

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

Shades of Free Speech Magenta #E359DD

Tints of Free Speech Magenta #E359DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.57%

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

R = 42.27%
G = 16.57%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E359DD (or 0xE359DD) is known color: Free Speech Magenta. HEX triplet: E3, 59 and DD. RGB value is (227,89,221). Sum of RGB (Red+Green+Blue) = 227+89+221=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E359DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E359DD is #1CA622. Grayscale: #909090. Windows color (decimal): -1877539 or 14506467. OLE color: 14506467.

HSL color Cylindrical-coordinate representation of color #E359DD: hue angle of 302.61º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E359DD is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 89 221 -
CMYK 0 0.61 0.03 0.11
HSL 302.61º 0.71% 0.62% -
HSV(B) 302.61º 0.61% 0.89% -
XYZ 48.3 28.7 71.4 -
YUV 145.31 170.72 186.27 -
System Red Green Blue C M Y K H S L
Decimal 227 89 221 0 0.61 0.03 0.11 302.61 0.71 0.62
Hex E3 59 DD 0 3D 3 B 12F 47 3E
Octal 343 131 335 0 75 3 13 457 107 76
Binary 11100011 1011001 11011101 0 111101 11 1011 100101111 1000111 111110

Color Harmonies of #E359DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E359DD

Black with #E359DD

Text Example


Text Example

White with #E359DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E359DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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