Html Css Color HEX #E359D2 Free Speech Magenta

📋 copy color: '#E359D2'

red 227 ◦ green 89 ◦ blue 210

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

Shades of Free Speech Magenta #E359D2

Tints of Free Speech Magenta #E359D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.92%

R = 43.16%
G = 16.92%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E359D2 (or 0xE359D2) is known color: Free Speech Magenta. HEX triplet: E3, 59 and D2. RGB value is (227,89,210). Sum of RGB (Red+Green+Blue) = 227+89+210=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E359D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E359D2 is #1CA62D. Grayscale: #8F8F8F. Windows color (decimal): -1877550 or 13785571. OLE color: 13785571.

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

Color convert

RGB 227 89 210 -
CMYK 0 0.61 0.07 0.11
HSL 307.39º 0.71% 0.62% -
HSV(B) 307.39º 0.61% 0.89% -
XYZ 46.88 28.13 63.93 -
YUV 144.06 165.22 187.16 -
System Red Green Blue C M Y K H S L
Decimal 227 89 210 0 0.61 0.07 0.11 307.39 0.71 0.62
Hex E3 59 D2 0 3D 7 B 133 47 3E
Octal 343 131 322 0 75 7 13 463 107 76
Binary 11100011 1011001 11010010 0 111101 111 1011 100110011 1000111 111110

Color Harmonies of #E359D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E359D2

Black with #E359D2

Text Example


Text Example

White with #E359D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E359D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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