Html Css Color HEX #E741EB Free Speech Magenta

📋 copy color: '#E741EB'

red 231 ◦ green 65 ◦ blue 235

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

Shades of Free Speech Magenta #E741EB

Tints of Free Speech Magenta #E741EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.24%

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 43.5%
G = 12.24%
B = 44.26%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E741EB (or 0xE741EB) is known color: Free Speech Magenta. HEX triplet: E7, 41 and EB. RGB value is (231,65,235). Sum of RGB (Red+Green+Blue) = 231+65+235=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 65 (25.78% from 255 or 12.24% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #E741EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E741EB is #18BE14. Grayscale: #858585. Windows color (decimal): -1621525 or 15417831. OLE color: 15417831.

HSL color Cylindrical-coordinate representation of color #E741EB: hue angle of 298.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E741EB is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 65 235 -
CMYK 0.02 0.72 0 0.08
HSL 298.59º 0.81% 0.59% -
HSV(B) 298.59º 0.72% 0.92% -
XYZ 49.84 26.77 81.14 -
YUV 134.01 185 197.18 -
System Red Green Blue C M Y K H S L
Decimal 231 65 235 0.02 0.72 0 0.08 298.59 0.81 0.59
Hex E7 41 EB 2 48 0 8 12B 51 3B
Octal 347 101 353 2 110 0 10 453 121 73
Binary 11100111 1000001 11101011 10 1001000 0 1000 100101011 1010001 111011

Color Harmonies of #E741EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741EB

Black with #E741EB

Text Example


Text Example

White with #E741EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741EB; }

 p { color: rgb(231,65,235); }

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

background-color css

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

 a { background-color: rgb(231,65,235); }

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

border-color css

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

 span { border-color: rgb(231,65,235); }

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