Html Css Color HEX #E35CE6 Free Speech Magenta

📋 copy color: '#E35CE6'

red 227 ◦ green 92 ◦ blue 230

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

Shades of Free Speech Magenta #E35CE6

Tints of Free Speech Magenta #E35CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 41.35%
G = 16.76%
B = 41.89%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E35CE6 (or 0xE35CE6) is known color: Free Speech Magenta. HEX triplet: E3, 5C and E6. RGB value is (227,92,230). Sum of RGB (Red+Green+Blue) = 227+92+230=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #E35CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35CE6 is #1CA319. Grayscale: #939393. Windows color (decimal): -1876762 or 15097059. OLE color: 15097059.

HSL color Cylindrical-coordinate representation of color #E35CE6: hue angle of 298.7º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35CE6 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 227 92 230 -
CMYK 0.01 0.60 0 0.10
HSL 298.7º 0.73% 0.63% -
HSV(B) 298.7º 0.6% 0.9% -
XYZ 49.79 29.7 77.97 -
YUV 148.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 227 92 230 0.01 0.60 0 0.10 298.7 0.73 0.63
Hex E3 5C E6 1 3C 0 A 12B 49 3F
Octal 343 134 346 1 74 0 12 453 111 77
Binary 11100011 1011100 11100110 1 111100 0 1010 100101011 1001001 111111

Color Harmonies of #E35CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35CE6

Black with #E35CE6

Text Example


Text Example

White with #E35CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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