Html Css Color HEX #E358D9 Free Speech Magenta

📋 copy color: '#E358D9'

red 227 ◦ green 88 ◦ blue 217

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

Shades of Free Speech Magenta #E358D9

Tints of Free Speech Magenta #E358D9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.54%

 BLUE value IS 217 (85.16% from 255) = 40.79%

R = 42.67%
G = 16.54%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E358D9 (or 0xE358D9) is known color: Free Speech Magenta. HEX triplet: E3, 58 and D9. RGB value is (227,88,217). Sum of RGB (Red+Green+Blue) = 227+88+217=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E358D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358D9 is #1CA726. Grayscale: #8F8F8F. Windows color (decimal): -1877799 or 14244067. OLE color: 14244067.

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

Color convert

RGB 227 88 217 -
CMYK 0 0.61 0.04 0.11
HSL 304.32º 0.71% 0.62% -
HSV(B) 304.32º 0.61% 0.89% -
XYZ 47.69 28.32 68.6 -
YUV 144.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 227 88 217 0 0.61 0.04 0.11 304.32 0.71 0.62
Hex E3 58 D9 0 3D 4 B 130 47 3E
Octal 343 130 331 0 75 4 13 460 107 76
Binary 11100011 1011000 11011001 0 111101 100 1011 100110000 1000111 111110

Color Harmonies of #E358D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E358D9

Black with #E358D9

Text Example


Text Example

White with #E358D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E358D9; }

 p { color: rgb(227,88,217); }

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

background-color css

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

 a { background-color: rgb(227,88,217); }

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

border-color css

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

 span { border-color: rgb(227,88,217); }

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