Html Css Color HEX #E352ED Free Speech Magenta

📋 copy color: '#E352ED'

red 227 ◦ green 82 ◦ blue 237

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

Shades of Free Speech Magenta #E352ED

Tints of Free Speech Magenta #E352ED

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.02%

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 41.58%
G = 15.02%
B = 43.41%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E352ED (or 0xE352ED) is known color: Free Speech Magenta. HEX triplet: E3, 52 and ED. RGB value is (227,82,237). Sum of RGB (Red+Green+Blue) = 227+82+237=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 82 (32.42% from 255 or 15.02% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #E352ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E352ED is #1CAD12. Grayscale: #8E8E8E. Windows color (decimal): -1879315 or 15553251. OLE color: 15553251.

HSL color Cylindrical-coordinate representation of color #E352ED: hue angle of 296.13º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E352ED is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 82 237 -
CMYK 0.04 0.65 0 0.07
HSL 296.13º 0.81% 0.63% -
HSV(B) 296.13º 0.65% 0.93% -
XYZ 49.98 28.48 82.98 -
YUV 143.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 227 82 237 0.04 0.65 0 0.07 296.13 0.81 0.63
Hex E3 52 ED 4 41 0 7 128 51 3F
Octal 343 122 355 4 101 0 7 450 121 77
Binary 11100011 1010010 11101101 100 1000001 0 111 100101000 1010001 111111

Color Harmonies of #E352ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352ED

Black with #E352ED

Text Example


Text Example

White with #E352ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352ED; }

 p { color: rgb(227,82,237); }

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

background-color css

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

 a { background-color: rgb(227,82,237); }

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

border-color css

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

 span { border-color: rgb(227,82,237); }

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