Html Css Color HEX #E334ED Free Speech Magenta

📋 copy color: '#E334ED'

red 227 ◦ green 52 ◦ blue 237

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

Shades of Free Speech Magenta #E334ED

Tints of Free Speech Magenta #E334ED

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.08%

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

R = 43.99%
G = 10.08%
B = 45.93%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E334ED (or 0xE334ED) is known color: Free Speech Magenta. HEX triplet: E3, 34 and ED. RGB value is (227,52,237). Sum of RGB (Red+Green+Blue) = 227+52+237=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 52 (20.70% from 255 or 10.08% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #E334ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E334ED is #1CCB12. Grayscale: #7C7C7C. Windows color (decimal): -1886995 or 15545571. OLE color: 15545571.

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

Color convert

RGB 227 52 237 -
CMYK 0.04 0.78 0 0.07
HSL 296.76º 0.84% 0.57% -
HSV(B) 296.76º 0.78% 0.93% -
XYZ 48.19 24.9 82.39 -
YUV 125.42 190.98 200.46 -
System Red Green Blue C M Y K H S L
Decimal 227 52 237 0.04 0.78 0 0.07 296.76 0.84 0.57
Hex E3 34 ED 4 4E 0 7 129 54 39
Octal 343 64 355 4 116 0 7 451 124 71
Binary 11100011 110100 11101101 100 1001110 0 111 100101001 1010100 111001

Color Harmonies of #E334ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334ED

Black with #E334ED

Text Example


Text Example

White with #E334ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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