#EB41E7

Color #EB41E7 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EB41E7

Tints of Free Speech Magenta #EB41E7

Color information

#EB41E7 (or 0xEB41E7) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 41 and E7. RGB value is (235,65,231). Sum of RGB (Red+Green+Blue) = 235+65+231=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 65 (25.78% from 255 or 12.24% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB41E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB41E7 is #14BE18. Grayscale: #868686. Windows color (decimal): -1359385 or 15155691. OLE color: 15155691.

HSL color Cylindrical-coordinate representation of color #EB41E7: hue angle of 301.41º 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 #EB41E7 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB23565231-
CMYK00.720.020.08
HSL301.41º80.95%58.82%-
HSV(B)301.41º72.34%92.16%-
XYZ50.5827.2178.19-
YUV134.75182.32199.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 65 (25.78% from 255) = 12.24%
BLUE value IS 231 (90.62% from 255) = 43.50%
R=44.26%
G=12.24%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356523100.720.020.08301.4180.9558.82
HexEB41E70482812d513b
Octal353101347011021045512173
Binary11101011100000111100111010010001010001001011011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB41E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB41E7; }

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

 H1.HeaderClassName
 {
   color: #EB41E7;
 }
 .AnyTagClassName
 {
   color: #EB41E7;
 }
</style>
background-color css

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

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

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

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

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

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