Html Css Color HEX #E358DA Free Speech Magenta

📋 copy color: '#E358DA'

red 227 ◦ green 88 ◦ blue 218

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

Shades of Free Speech Magenta #E358DA

Tints of Free Speech Magenta #E358DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 42.59%
G = 16.51%
B = 40.9%

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

#E358DA (or 0xE358DA) is known color: Free Speech Magenta. HEX triplet: E3, 58 and DA. RGB value is (227,88,218). Sum of RGB (Red+Green+Blue) = 227+88+218=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E358DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358DA is #1CA725. Grayscale: #8F8F8F. Windows color (decimal): -1877798 or 14309603. OLE color: 14309603.

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

Color convert

RGB 227 88 218 -
CMYK 0 0.61 0.04 0.11
HSL 303.88º 0.71% 0.62% -
HSV(B) 303.88º 0.61% 0.89% -
XYZ 47.82 28.37 69.29 -
YUV 144.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 227 88 218 0 0.61 0.04 0.11 303.88 0.71 0.62
Hex E3 58 DA 0 3D 4 B 130 47 3E
Octal 343 130 332 0 75 4 13 460 107 76
Binary 11100011 1011000 11011010 0 111101 100 1011 100110000 1000111 111110

Color Harmonies of #E358DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E358DA

Black with #E358DA

Text Example


Text Example

White with #E358DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E358DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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