Html Css Color HEX #E358D5 Free Speech Magenta

📋 copy color: '#E358D5'

red 227 ◦ green 88 ◦ blue 213

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

Shades of Free Speech Magenta #E358D5

Tints of Free Speech Magenta #E358D5

RGB

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

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

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

R = 42.99%
G = 16.67%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E358D5 (or 0xE358D5) is known color: Free Speech Magenta. HEX triplet: E3, 58 and D5. RGB value is (227,88,213). Sum of RGB (Red+Green+Blue) = 227+88+213=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E358D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358D5 is #1CA72A. Grayscale: #8F8F8F. Windows color (decimal): -1877803 or 13981923. OLE color: 13981923.

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

Color convert

RGB 227 88 213 -
CMYK 0 0.61 0.06 0.11
HSL 306.04º 0.71% 0.62% -
HSV(B) 306.04º 0.61% 0.89% -
XYZ 47.18 28.11 65.89 -
YUV 143.81 167.05 187.34 -
System Red Green Blue C M Y K H S L
Decimal 227 88 213 0 0.61 0.06 0.11 306.04 0.71 0.62
Hex E3 58 D5 0 3D 6 B 132 47 3E
Octal 343 130 325 0 75 6 13 462 107 76
Binary 11100011 1011000 11010101 0 111101 110 1011 100110010 1000111 111110

Color Harmonies of #E358D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E358D5

Black with #E358D5

Text Example


Text Example

White with #E358D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E358D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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