Html Css Color HEX #E75BEE Free Speech Magenta

📋 copy color: '#E75BEE'

red 231 ◦ green 91 ◦ blue 238

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

Shades of Free Speech Magenta #E75BEE

Tints of Free Speech Magenta #E75BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.25%

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

R = 41.25%
G = 16.25%
B = 42.5%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E75BEE (or 0xE75BEE) is known color: Free Speech Magenta. HEX triplet: E7, 5B and EE. RGB value is (231,91,238). Sum of RGB (Red+Green+Blue) = 231+91+238=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #E75BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75BEE is #18A411. Grayscale: #959595. Windows color (decimal): -1614866 or 15621095. OLE color: 15621095.

HSL color Cylindrical-coordinate representation of color #E75BEE: hue angle of 297.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75BEE is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 91 238 -
CMYK 0.03 0.62 0 0.07
HSL 297.14º 0.81% 0.65% -
HSV(B) 297.14º 0.62% 0.93% -
XYZ 52.13 30.64 84.06 -
YUV 149.62 177.88 186.05 -
System Red Green Blue C M Y K H S L
Decimal 231 91 238 0.03 0.62 0 0.07 297.14 0.81 0.65
Hex E7 5B EE 3 3E 0 7 129 51 41
Octal 347 133 356 3 76 0 7 451 121 101
Binary 11100111 1011011 11101110 11 111110 0 111 100101001 1010001 1000001

Color Harmonies of #E75BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75BEE

Black with #E75BEE

Text Example


Text Example

White with #E75BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75BEE; }

 p { color: rgb(231,91,238); }

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

background-color css

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

 a { background-color: rgb(231,91,238); }

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

border-color css

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

 span { border-color: rgb(231,91,238); }

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