#EB3EF7

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

Shades of Free Speech Magenta #EB3EF7

Tints of Free Speech Magenta #EB3EF7

Color information

#EB3EF7 (or 0xEB3EF7) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 3E and F7. RGB value is (235,62,247). Sum of RGB (Red+Green+Blue) = 235+62+247=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 62 (24.61% from 255 or 11.40% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #EB3EF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB3EF7 is #14C108. Grayscale: #868686. Windows color (decimal): -1360137 or 16203499. OLE color: 16203499.

HSL color Cylindrical-coordinate representation of color #EB3EF7: hue angle of 296.11º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3EF7 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23562247-
CMYK0.050.7500.03
HSL296.11º92.04%60.59%-
HSV(B)296.11º74.9%96.86%-
XYZ52.7727.8290.58-
YUV134.82191.31199.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 62 (24.61% from 255) = 11.40%
BLUE value IS 247 (96.88% from 255) = 45.40%
R=43.20%
G=11.40%
B=45.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal235622470.050.7500.03296.1192.0460.59
HexEB3EF754B031285c3d
Octal3537636751130345013475
Binary111010111111101111011110110010110111001010001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3EF7; }

 p { color: rgb(235,62,247); }

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

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

 a { background-color: rgb(235,62,247); }

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

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

 span { border-color: rgb(235,62,247); }

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