#EB40E7

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

Shades of Free Speech Magenta #EB40E7

Tints of Free Speech Magenta #EB40E7

Color information

#EB40E7 (or 0xEB40E7) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 40 and E7. RGB value is (235,64,231). Sum of RGB (Red+Green+Blue) = 235+64+231=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 64 (25.39% from 255 or 12.08% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB40E7 is #14BF18. Grayscale: #858585. Windows color (decimal): -1359641 or 15155435. OLE color: 15155435.

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

Color convert

RGB23564231-
CMYK00.730.020.08
HSL301.4º81.04%58.63%-
HSV(B)301.4º72.77%92.16%-
XYZ50.5227.178.17-
YUV134.17182.65199.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.34%
GREEN value IS 64 (25.39% from 255) = 12.08%
BLUE value IS 231 (90.62% from 255) = 43.58%
R=44.34%
G=12.08%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356423100.730.020.08301.481.0458.63
HexEB40E70492812d513b
Octal353100347011121045512173
Binary11101011100000011100111010010011010001001011011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB40E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB40E7; }

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

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

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

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

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

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

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

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