Html Css Color HEX #E335EE Free Speech Magenta

📋 copy color: '#E335EE'

red 227 ◦ green 53 ◦ blue 238

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

Shades of Free Speech Magenta #E335EE

Tints of Free Speech Magenta #E335EE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.23%

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 43.82%
G = 10.23%
B = 45.95%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E335EE (or 0xE335EE) is known color: Free Speech Magenta. HEX triplet: E3, 35 and EE. RGB value is (227,53,238). Sum of RGB (Red+Green+Blue) = 227+53+238=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 53 (21.09% from 255 or 10.23% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #E335EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E335EE is #1CCA11. Grayscale: #7D7D7D. Windows color (decimal): -1886738 or 15611363. OLE color: 15611363.

HSL color Cylindrical-coordinate representation of color #E335EE: hue angle of 296.43º 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 #E335EE is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 53 238 -
CMYK 0.05 0.78 0 0.07
HSL 296.43º 0.84% 0.57% -
HSV(B) 296.43º 0.78% 0.93% -
XYZ 48.38 25.05 83.17 -
YUV 126.12 191.15 199.96 -
System Red Green Blue C M Y K H S L
Decimal 227 53 238 0.05 0.78 0 0.07 296.43 0.84 0.57
Hex E3 35 EE 5 4E 0 7 128 54 39
Octal 343 65 356 5 116 0 7 450 124 71
Binary 11100011 110101 11101110 101 1001110 0 111 100101000 1010100 111001

Color Harmonies of #E335EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E335EE

Black with #E335EE

Text Example


Text Example

White with #E335EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E335EE; }

 p { color: rgb(227,53,238); }

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

background-color css

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

 a { background-color: rgb(227,53,238); }

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

border-color css

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

 span { border-color: rgb(227,53,238); }

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