Html Css Color HEX #E35DE9 Free Speech Magenta

📋 copy color: '#E35DE9'

red 227 ◦ green 93 ◦ blue 233

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

Shades of Free Speech Magenta #E35DE9

Tints of Free Speech Magenta #E35DE9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.82%

 BLUE value IS 233 (91.41% from 255) = 42.13%

R = 41.05%
G = 16.82%
B = 42.13%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E35DE9 (or 0xE35DE9) is known color: Free Speech Magenta. HEX triplet: E3, 5D and E9. RGB value is (227,93,233). Sum of RGB (Red+Green+Blue) = 227+93+233=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #E35DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35DE9 is #1CA216. Grayscale: #949494. Windows color (decimal): -1876503 or 15293923. OLE color: 15293923.

HSL color Cylindrical-coordinate representation of color #E35DE9: hue angle of 297.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35DE9 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 227 93 233 -
CMYK 0.03 0.60 0 0.09
HSL 297.43º 0.76% 0.64% -
HSV(B) 297.43º 0.6% 0.91% -
XYZ 50.3 30.04 80.24 -
YUV 149.03 175.39 183.62 -
System Red Green Blue C M Y K H S L
Decimal 227 93 233 0.03 0.60 0 0.09 297.43 0.76 0.64
Hex E3 5D E9 3 3C 0 9 129 4C 40
Octal 343 135 351 3 74 0 11 451 114 100
Binary 11100011 1011101 11101001 11 111100 0 1001 100101001 1001100 1000000

Color Harmonies of #E35DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35DE9

Black with #E35DE9

Text Example


Text Example

White with #E35DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35DE9; }

 p { color: rgb(227,93,233); }

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

background-color css

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

 a { background-color: rgb(227,93,233); }

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

border-color css

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

 span { border-color: rgb(227,93,233); }

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