Html Css Color HEX #E35CE2 Free Speech Magenta

📋 copy color: '#E35CE2'

red 227 ◦ green 92 ◦ blue 226

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

Shades of Free Speech Magenta #E35CE2

Tints of Free Speech Magenta #E35CE2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.88%

 BLUE value IS 226 (88.67% from 255) = 41.47%

R = 41.65%
G = 16.88%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#E35CE2 (or 0xE35CE2) is known color: Free Speech Magenta. HEX triplet: E3, 5C and E2. RGB value is (227,92,226). Sum of RGB (Red+Green+Blue) = 227+92+226=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35CE2 is #1CA31D. Grayscale: #939393. Windows color (decimal): -1876766 or 14834915. OLE color: 14834915.

HSL color Cylindrical-coordinate representation of color #E35CE2: hue angle of 300.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35CE2 is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 92 226 -
CMYK 0 0.59 0.00 0.11
HSL 300.44º 0.71% 0.63% -
HSV(B) 300.44º 0.59% 0.89% -
XYZ 49.23 29.48 75.05 -
YUV 147.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 227 92 226 0 0.59 0.00 0.11 300.44 0.71 0.63
Hex E3 5C E2 0 3B 0 B 12C 47 3F
Octal 343 134 342 0 73 0 13 454 107 77
Binary 11100011 1011100 11100010 0 111011 0 1011 100101100 1000111 111111

Color Harmonies of #E35CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35CE2

Black with #E35CE2

Text Example


Text Example

White with #E35CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35CE2; }

 p { color: rgb(227,92,226); }

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

background-color css

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

 a { background-color: rgb(227,92,226); }

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

border-color css

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

 span { border-color: rgb(227,92,226); }

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