Html Css Color HEX #E75DE9 Free Speech Magenta

📋 copy color: '#E75DE9'

red 231 ◦ green 93 ◦ blue 233

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

Shades of Free Speech Magenta #E75DE9

Tints of Free Speech Magenta #E75DE9

RGB

 RED value IS 231 (90.63% from 255) = 41.47%

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

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

R = 41.47%
G = 16.7%
B = 41.83%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E75DE9 (or 0xE75DE9) is known color: Free Speech Magenta. HEX triplet: E7, 5D and E9. RGB value is (231,93,233). Sum of RGB (Red+Green+Blue) = 231+93+233=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 93 (36.72% from 255 or 16.70% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #E75DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75DE9 is #18A216. Grayscale: #959595. Windows color (decimal): -1614359 or 15293927. OLE color: 15293927.

HSL color Cylindrical-coordinate representation of color #E75DE9: hue angle of 299.14º 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 #E75DE9 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 93 233 -
CMYK 0.01 0.60 0 0.09
HSL 299.14º 0.76% 0.64% -
HSV(B) 299.14º 0.6% 0.91% -
XYZ 51.58 30.7 80.3 -
YUV 150.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 231 93 233 0.01 0.60 0 0.09 299.14 0.76 0.64
Hex E7 5D E9 1 3C 0 9 12B 4C 40
Octal 347 135 351 1 74 0 11 453 114 100
Binary 11100111 1011101 11101001 1 111100 0 1001 100101011 1001100 1000000

Color Harmonies of #E75DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DE9

Black with #E75DE9

Text Example


Text Example

White with #E75DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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