Html Css Color HEX #E75BE1 Free Speech Magenta

📋 copy color: '#E75BE1'

red 231 ◦ green 91 ◦ blue 225

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

Shades of Free Speech Magenta #E75BE1

Tints of Free Speech Magenta #E75BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 42.23%
G = 16.64%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E75BE1 (or 0xE75BE1) is known color: Free Speech Magenta. HEX triplet: E7, 5B and E1. RGB value is (231,91,225). Sum of RGB (Red+Green+Blue) = 231+91+225=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75BE1 is #18A41E. Grayscale: #939393. Windows color (decimal): -1614879 or 14769127. OLE color: 14769127.

HSL color Cylindrical-coordinate representation of color #E75BE1: hue angle of 302.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75BE1 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 91 225 -
CMYK 0 0.61 0.03 0.09
HSL 302.57º 0.74% 0.63% -
HSV(B) 302.57º 0.61% 0.91% -
XYZ 50.29 29.91 74.36 -
YUV 148.14 171.38 187.1 -
System Red Green Blue C M Y K H S L
Decimal 231 91 225 0 0.61 0.03 0.09 302.57 0.74 0.63
Hex E7 5B E1 0 3D 3 9 12F 4A 3F
Octal 347 133 341 0 75 3 11 457 112 77
Binary 11100111 1011011 11100001 0 111101 11 1001 100101111 1001010 111111

Color Harmonies of #E75BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75BE1

Black with #E75BE1

Text Example


Text Example

White with #E75BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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